Set up basic HTML structure with necessary style rules

This commit is contained in:
Arne Schlüter 2014-11-17 14:26:33 +01:00
commit b7f571b20f
2 changed files with 27 additions and 0 deletions

16
www/css/style.css Normal file
View file

@ -0,0 +1,16 @@
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
background: #fff;
color: #000;
}
#map {
width: 100%;
height: 100%;
}