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 { .mainvideo {
width: 60%; width: 60%;
float: left; float: left;
height: 500px;
border-color: 1px sold blue; border-color: 1px sold blue;
} }
.lastpicture { .lastpicture {
width: 40%; width: 40%;
float: right; float: right;
height: 400px;
border-color: 1px solid red; border-color: 1px solid red;
} }