start creating home page

This commit is contained in:
2024-08-27 10:07:43 +02:00
parent e7a8fb1b84
commit 4d1f30e187
12 changed files with 334 additions and 13 deletions

6
site/src/css/style.css Normal file
View File

@@ -0,0 +1,6 @@
body, html {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}