Guest User

Untitled

a guest
Mar 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /* Always set the map height explicitly to define the size of the div
  2. * element that contains the map. */
  3. #map {
  4. height: 100%;
  5. }
  6. /* Optional: Makes the sample page fill the window. */
  7. html, body {
  8. height: 100%;
  9. margin: 0;
  10. padding: 0;
  11. }
Add Comment
Please, Sign In to add comment