generated from corysanin/nodejs-web-template
basic page content
This commit is contained in:
19
styles/01-layout.scss
Normal file
19
styles/01-layout.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 80%;
|
||||
width: calc(100% - 150px);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.chore {
|
||||
line-height: 1.2em;
|
||||
padding: .75em;
|
||||
margin: 1em 0;
|
||||
}
|
8
styles/02-colors.scss
Normal file
8
styles/02-colors.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
body {
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
.chore {
|
||||
color: #FAFAFA;
|
||||
background-color: #4527A0;
|
||||
}
|
Reference in New Issue
Block a user