Initial commit

This commit is contained in:
2025-11-15 15:29:08 +02:00
commit e881dd953c
11 changed files with 406 additions and 0 deletions

18
style1.css Normal file
View File

@@ -0,0 +1,18 @@
body {
font-family: sans-serif;
padding: 20px;
}
.block {
background-color: #f0f8ff;
border: 2px solid #00008b;
margin: 10px 0;
padding: 15px;
}
.inline {
background-color: #fffacd;
border: 2px solid #ffd700;
padding: 5px;
margin: 5px;
}