start with css styles

This commit is contained in:
Tom Raithel
2017-02-10 17:06:47 +01:00
parent d93694ce5c
commit 54ecb46956
5 changed files with 18 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
.header {
background: blue;
height: 130px;
}

View File

@@ -0,0 +1,4 @@
.page {
width: 1200px;
margin: 0 auto;
}