how to position two divs nexto to eachoter

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:38:04 +02:00
parent 37437f9a53
commit 133c2a04ab
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ body {
.video {
width: 100%;
overflow: hidden;
}
.mainvideo {
@@ -21,7 +22,7 @@ body {
.lastpicture {
width: 40%;
float: right;
float: left;
height: 400px;
border: 1px solid red;
}

View File

@@ -17,7 +17,6 @@
<div class="lastpicture">
<img id="picture">
</div>
</div>
<p><%- api_connected %></p>
<div>Hello World!</div>