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

19
style4.css Normal file
View File

@@ -0,0 +1,19 @@
body { font-family: sans-serif; padding: 20px; line-height: 1.6; }
.floated-box {
float: left;
width: 150px;
height: 150px;
background-color: #fff9c4;
border: 2px solid #fbc02d;
padding: 10px;
margin: 0 15px 10px 0;
}
.cleared-box {
clear: left;
background-color: #e1f5fe;
border: 2px solid #0288d1;
padding: 10px;
margin-top: 10px;
}