initial commit

This commit is contained in:
moo
2022-06-15 16:57:55 +02:00
parent a9336cc939
commit 4bdf697940
30 changed files with 2567 additions and 0 deletions

14
website_data/html/style.css Executable file
View File

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