Initial commit

This commit is contained in:
Scott E. Graves
2018-09-25 12:30:15 -05:00
commit a778b6dd25
52 changed files with 3450 additions and 0 deletions

11
src/App.css Normal file
View File

@@ -0,0 +1,11 @@
.App {
display: flex;
flex-direction: column;
margin: 0;
padding: 10px;
box-sizing: border-box;
height: 100vh;
width: 100vw;
background-image: url('./assets/images/background.jpg');
background-size: cover;
}