Add home & login component with routing

This commit is contained in:
2018-06-01 17:54:55 -04:00
parent 27e5615f8f
commit 174d1cb327
14 changed files with 170 additions and 30 deletions

View File

@@ -4,7 +4,8 @@
* {
margin: 0;
}
body {
background: #212121;
box-sizing: border-box;
}
}