This commit is contained in:
Sem van der Hoeven
2023-05-29 12:35:58 +02:00
parent 0c3f561c38
commit 37437f9a53

View File

@@ -16,12 +16,12 @@ body {
width: 60%; width: 60%;
float: left; float: left;
height: 500px; height: 500px;
border-color: 1px sold blue; border: 1px sold blue;
} }
.lastpicture { .lastpicture {
width: 40%; width: 40%;
float: right; float: right;
height: 400px; height: 400px;
border-color: 1px solid red; border: 1px solid red;
} }