start with css styles
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.header {
|
||||
background: blue;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
4
styles/components/page.css
Normal file
4
styles/components/page.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.page {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user