Started working on the front-end.

This commit is contained in:
Jonathan Bernard
2015-03-02 21:27:05 -06:00
parent 43ba9216e5
commit 6ed3bd399b
16 changed files with 531 additions and 0 deletions

View File

@ -0,0 +1,14 @@
/// Global Rules
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
/* HTML5 elements */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block; }