This commit is contained in:
2025-02-13 18:50:22 +01:00
parent 5c211013b5
commit 4cae4e9e28
803 changed files with 107055 additions and 14 deletions

View File

@@ -0,0 +1,13 @@
#p1 {
float: right;
width: 50%;
border: 5px solid;
border-color: lightblue;
}
#p4 {
float: left;
width: 70%;
border: 5px solid;
border-color: orange;
}