From 133c2a04ab7422b0236164e7058e8586e713e2ff Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 12:38:04 +0200 Subject: [PATCH] how to position two divs nexto to eachoter --- api/public/css/stylesheet.css | 3 ++- api/views/index.ejs | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 6c4e7e21..d5e5e9de 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -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; } \ No newline at end of file diff --git a/api/views/index.ejs b/api/views/index.ejs index 9e275069..7fe431cf 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -17,7 +17,6 @@
-

<%- api_connected %>

Hello World!