Advertisement
deyanivanov966

AboutHotelPageApriltsi.css

Sep 17th, 2021
1,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. #main {
  7.     width: 80%;
  8.     text-align: center;
  9.     background-color: #eee;
  10. }
  11.  
  12. header {
  13.     height: 100px;
  14.     text-align: center;
  15.     padding: 2%;
  16.     border-bottom: 4px solid #999;
  17. }
  18.  
  19. div {
  20.     text-align: center;
  21.     font-family:Arial,Arial,sans-serif;
  22.     color:black;
  23. }
  24.  
  25. section {
  26.     text-align: center;
  27. }
  28.  
  29. h1, h2, h3, h4, h5 {
  30.     text-align: center;
  31.     font-family:Arial,Arial,sans-serif;
  32.     font-weight:400;
  33.     margin:10px 0
  34. }
  35.  
  36.  
  37.  
  38. footer {
  39.     text-align: center;
  40.     height: 100px;
  41.     text-transform: center;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement