mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Set up basic HTML structure with necessary style rules
This commit is contained in:
parent
c12c8b6dbe
commit
b7f571b20f
2 changed files with 27 additions and 0 deletions
16
www/css/style.css
Normal file
16
www/css/style.css
Normal 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%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue