change heights

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

View File

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