main layout and template

This commit is contained in:
Tim Wijma
2022-10-31 17:37:59 +01:00
parent 968c2686d6
commit da225e3d52
17 changed files with 44 additions and 697 deletions

View File

@@ -0,0 +1,11 @@
body, html, .container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.container {
background-color: #292929;
color: white;
}