Advertisement
moabcavsaenjoy

Untitled

Sep 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. #immagineteslanavbar {
  2.  
  3.    
  4.     margin-left: 1px;
  5.     height:5%;
  6.     width: 5%;
  7. }
  8.  
  9. .immagini {
  10.  
  11.     width: 100%;
  12.     height: 600px;
  13. }
  14. .override {
  15.     background-color: white;
  16.     margin-top:2px;
  17.     border:solid green 0.3px;
  18.     box-shadow: 1px 3px;
  19. }
  20. #titoloContainer{
  21.  
  22.     color:red;
  23.     font-family:"Times New Roman", Times, serif;
  24.     font-size: 30px;
  25.     text-align: center;
  26.     margin-top:90px;
  27. }
  28.  
  29. #testoContainer{
  30.     text-align: center;
  31.     margin-top:20px;
  32.     font-family:"Times New Roman", Times, serif;
  33.     color:black;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement