Setup modules, Gruntfile, File Structure, etc

This commit is contained in:
Mahdi Dibaiee
2015-08-30 15:48:25 +04:30
parent 94e867874b
commit 86113d017d
22 changed files with 25150 additions and 60 deletions

18
template/css/app.css Normal file
View 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;
}