init commit

This commit is contained in:
root (ariane)
2025-10-10 20:25:27 +02:00
commit a81c0a91f7
12 changed files with 308 additions and 0 deletions

9
style.css Executable file
View File

@@ -0,0 +1,9 @@
body {
background-color:lightgrey;
}
div.breitenbegrenzer {
margin: auto;
max-width: 500px;
text-align: center;
}