first commit

This commit is contained in:
Ken Jannette
2018-04-16 17:27:14 -04:00
commit 0823ab5cac
17 changed files with 9361 additions and 0 deletions

11
src/index.css Executable file
View File

@@ -0,0 +1,11 @@
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}