Files
crashkurs/style.css
root (ariane) a81c0a91f7 init commit
2025-10-10 20:25:27 +02:00

10 lines
117 B
CSS
Executable File

body {
background-color:lightgrey;
}
div.breitenbegrenzer {
margin: auto;
max-width: 500px;
text-align: center;
}