Advertisement
flavius123

finExoert.css

Jan 31st, 2021
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.60 KB | None | 0 0
  1.  
  2. body {
  3.     font-family: Arial, Helvetica, sans-serif;
  4.   }
  5.  
  6.   .titulo{
  7.       position:absolute;
  8.       left: 420px;
  9.       top: 126px;
  10.   }
  11.  
  12.   .tempo{
  13.       position:absolute;
  14.       left:765px;
  15.       top:129px;
  16.       font-size: 15px;
  17.   }
  18.  
  19.   .domingo{
  20.       position:absolute;
  21.       left:763px;
  22.       top:170px;
  23.       font-size: 15px;
  24.   }
  25.  
  26.   .relogio{
  27.       margin-left: 35%;
  28.       margin-top: 140px;
  29.   }
  30.  
  31.   .rua{
  32.       margin-left: 52.7%;
  33.       position:absolute;
  34.       top:125px;
  35.   }
  36.  
  37.   .cidade{
  38.       position:absolute;
  39.       left:1060px;
  40.       top:170px;
  41.       font-size: 14px;
  42.   }
  43.  
  44.   .local{
  45.       position:absolute;
  46.       left:1010px;
  47.       top:150px;
  48.     }
  49.  
  50.     .tele{
  51.         position:absolute;
  52.         left:1370px;
  53.         top:128px;
  54.         font-size: 15px;
  55.     }
  56.  
  57.     .email{
  58.         position:absolute;
  59.         left:1370px;
  60.         top:170px;
  61.     }
  62.  
  63.     .telefone{
  64.       position:absolute;
  65.       left:1307px;
  66.       top:150px;
  67.     }
  68.  
  69.  
  70. .navbar {
  71.     overflow: hidden;
  72.     background-color: rgb(50, 57,70 );
  73.     margin-top: 36px;
  74.     padding: 18px;
  75.    
  76.   }
  77.  
  78.   .navbar a {
  79.     float: left;
  80.     font-size: 16px;
  81.     font-weight: bolder;
  82.     color: white;
  83.     text-align: center;
  84.     padding: 14px 16px;
  85.     text-decoration: none;
  86.   }
  87.  
  88.   .dropdown {
  89.     float: left;
  90.     overflow: hidden;
  91.   }
  92.  
  93.   .dropdown .dropbtn {
  94.     font-size: 16px;  
  95.     border: none;
  96.     outline: none;
  97.     color: white;
  98.     padding: 14px 16px;
  99.     background-color: inherit;
  100.     font-family: inherit;
  101.     margin: 0;
  102.   }
  103.  
  104.   .navbar a:hover, .dropdown:hover .dropbtn {
  105.     background-color: red;
  106.   }
  107.  
  108.   .dropdown-content {
  109.     display:none ;
  110.     position: absolute;
  111.     background-color: #f9f9f9;
  112.     min-width: 160px;
  113.     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  114.     z-index: 1;
  115.   }
  116.  
  117.   .dropdown-content a {
  118.     float: none;
  119.     color: black;
  120.     padding: 12px 16px;
  121.     text-decoration: none;
  122.     display: block;
  123.     text-align: left;
  124.   }
  125.  
  126.   .dropdown-content a:hover {
  127.     background-color: #ddd;
  128.   }
  129.  
  130.   .dropdown:hover .dropdown-content {
  131.     display: block;
  132.   }
  133.  
  134.   .home{
  135.     position:absolute;  
  136.     left: 390px;
  137.     top:230px;
  138.   }
  139.  
  140.   #about{
  141.     position:absolute;  
  142.     left: 470px;
  143.     top:230px;
  144.   }
  145.  
  146.   .service{
  147.     position:absolute;  
  148.     left: 572px;
  149.     top:230px;
  150.   }
  151.  
  152.   .blog{
  153.     position:absolute;  
  154.     left: 670px;
  155.     top:230px;
  156.   }
  157.  
  158.   .team{
  159.     position:absolute;  
  160.     left: 740px;
  161.     top:230px;
  162.   }
  163.  
  164. .contacts{
  165.   position:absolute;  
  166.     left: 850px;
  167.     top:230px;
  168. }
  169.  
  170.  
  171.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement