Initial commit

This commit is contained in:
Christopher Chedeau
2014-03-30 17:12:38 -07:00
commit 5ea06e888b
10 changed files with 3306 additions and 0 deletions

20
style.css Normal file
View File

@@ -0,0 +1,20 @@
div {
display: flex;
flex-direction: column;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
* {
border-style: solid;
border-width: 0;
padding: 0;
box-sizing: border-box;
font-family: Helvetica;
}
html, body {
margin: 0;
padding: 0;
}