Basic layout

This commit is contained in:
Jorik Schellekens
2020-06-04 14:35:07 +01:00
parent b9310c0a21
commit 170c75144d
8 changed files with 1143 additions and 1127 deletions
+13
View File
@@ -0,0 +1,13 @@
// CSS reset
* {
box-sizing: border-box;
margin: 0;
}
html,
body,
#root {
height: 100%;
width: 100%;
}