how to position two divs nexto to eachoter

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:39:16 +02:00
parent 133c2a04ab
commit a539dff7ea

View File

@@ -10,11 +10,11 @@ body {
.video {
width: 100%;
overflow: hidden;
overflow: auto;
}
.mainvideo {
width: 60%;
width: 50%;
float: left;
height: 500px;
border: 1px sold blue;