This commit is contained in:
janis
2023-01-04 16:54:47 +01:00
parent 100112f5bb
commit f302bda9c7
9 changed files with 49 additions and 38 deletions

View File

@@ -1,4 +1,8 @@
body {
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-color: gray;
color: white;
}