Created
August 28, 2014 00:15
-
-
Save nikolaswise/557204cc96f75a8c9d9e to your computer and use it in GitHub Desktop.
leaflet map container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
</head> | |
<body> | |
<div id="map"></div> | |
</body> | |
</html> | |
body, html { | |
padding; 0; | |
margin: 0; | |
} | |
#map { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment