2025/css/main.css hinzugefügt

This commit is contained in:
2025-11-02 20:13:40 +00:00
parent 2bf2bbfad4
commit 183db4d5ae

15
2025/css/main.css Normal file
View File

@@ -0,0 +1,15 @@
body {
margin: 0;
font-family: system-ui, sans-serif;
background-color: #f8f8f8;
color: #222;
text-align: center;
}
.kalenderbild img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
border-radius: 8px;
}