This commit is contained in:
Jürg Hallenbarter
2026-04-01 06:34:17 +00:00
parent 68411e3314
commit 10c9cad0a6
8 changed files with 134410 additions and 0 deletions

13
css/style.css Normal file
View File

@@ -0,0 +1,13 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #f0f0f0;
}