Setup modules, Gruntfile, File Structure, etc
This commit is contained in:
18
template/css/app.css
Normal file
18
template/css/app.css
Normal file
@ -0,0 +1,18 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1rem;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user