moabcavsaenjoy

stile.css

Sep 23rd, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.18 KB | None | 0 0
  1. body{
  2.     background-color: lightgray;
  3. }
  4.  
  5. ul {
  6.           list-style-type: none;
  7.           margin: 0;
  8.           padding: 0;
  9.           overflow: hidden;
  10.           background-color: #333;
  11.         }
  12.        
  13.         li {
  14.           float: left;
  15.         }
  16.        
  17.         li a {
  18.           display: block;
  19.           color: white;
  20.           text-align: center;
  21.           padding: 14px 16px;
  22.           text-decoration: none;
  23.         }
  24.        
  25.         li a:hover {
  26.           background-color: #111;
  27.         }
  28.  
  29.    img {
  30. width: 180px;
  31. height: auto;
  32.    }
  33.  
  34. #vesuvioFullScreen{
  35.  
  36.     width: 100%;
  37.     height: auto;
  38. }
  39.        
  40. #fieldset {
  41.     background-color: white;
  42.     border: solid 0.3px;
  43.     padding: 40px;
  44.     margin-top: 3%;
  45. }
  46.  
  47. #h2VesuvioCoast {
  48.     color: lightcoral;
  49. }
  50.  
  51. #testo {
  52.     color: black;
  53.     font-family: "Times New Roman", Times, serif;
  54. }
  55.  
  56. #Strutture{
  57.     background-color: white;
  58. }
  59.  
  60. #Strutture1{
  61.    
  62.     width: 40%;
  63.     float:left;
  64. }
  65.  
  66. #Strutture2{
  67.     width: 40%;
  68.     float:right;
  69.  
  70. }
  71.  
  72. select{
  73.     width:220px;
  74. }
  75.  
  76. #Ricerca{
  77.     background-color: red;
  78.     color: white;
  79.     display: block;
  80.     margin: 0 auto;
  81.     width:100px;
  82. }
Add Comment
Please, Sign In to add comment