changed yolo design

This commit is contained in:
2026-05-30 19:29:43 +02:00
parent 66462c8f80
commit 4411fac977
4 changed files with 23 additions and 33 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#container {
margin: 0px;
width: 500px;
height: 500px;
border: 10px #333 solid;
width: 80vw;
height: 70vh;
background-color: black;
align-self: center;
position: relative;
}