Advertisement
Guest User

Untitled

a guest
Dec 14th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. html, body, #map_canvas {
  2.     margin: 0;
  3.     padding: 0;
  4.     height: 100%;
  5.     width: 100%;
  6. }
  7.  
  8. .header {
  9.     background-color: rgba(0,0,0,0.3);
  10.     position: absolute;
  11.     width: 100%;
  12.     z-index: 10;
  13.     line-height: 37px;
  14. }
  15.  
  16. .header .container-fluid {
  17.     position: relative;
  18. }
  19.  
  20. .header h1 {
  21.     color: #fff;
  22.     font-size: 16px;
  23.     letter-spacing: 1.2px;    
  24.     margin: 0;
  25.     padding: 10px 0 10px 55px;
  26.     text-transform: uppercase;
  27. }
  28.  
  29. .header a {
  30.     padding-right: 20px;
  31.     color: #fff;
  32. }
  33.  
  34. .container-fluid {
  35.     padding-left: 0;
  36.     padding-right: 0;
  37. }
  38.  
  39. #map_canvas {
  40.     position: relative;
  41. }
  42.  
  43. .angular-leaflet-map {
  44.     position: absolute;
  45.     top: 0;
  46.     bottom: 0;
  47.     right: 0;
  48.     left: 0;
  49. }
  50.  
  51. .about {text-align: center; position: relative; top: 100px; } .about h1 {font-size: 48px; font-weight: 300; margin: 42px 0; } .about h2 {font-size: 26px; margin: 42px 0; } .about .btn {font-weight: 600; border-radius: 0; padding: 16px 26px; font-size: 16px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement