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,7 +1,9 @@
body {
background: #fff;
background: #475157;
box-sizing: border-box;
transform: translate3d(1,1,1);
margin: 0;
padding: 0;
& h1 {
color: blue;

View File

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

View File

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