Advertisement
Guest User

Custom CSS

a guest
Aug 31st, 2015
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. #navbar {
  2.     width: 70%;
  3.     margin: 0 0 0 15%;
  4. }
  5.  
  6. #carousel {
  7.         float: left;
  8.     width: 40%;
  9.     margin: 1% 0 0 15%;
  10. }
  11.  
  12. #carousel_text {
  13.         width: 20%;
  14.         margin: 1% 0 0 0;
  15. }
  16.  
  17. #map {
  18.         position: relative;
  19.         width: 70%;
  20.         height: 40%;
  21.         background-color: #CCC;
  22.         margin: 1% 0 0 30%;
  23.       }
  24.  
  25.  
  26. html,
  27. body {
  28.     height: 100%;
  29. }
  30.  
  31. #period_table,
  32. #facilities_table {
  33.         width: 70%;
  34.         margin: 5% 0 0 15%;
  35. }
  36.  
  37. #facilities_table {
  38.  margin: 5% 5% 0 15%;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement