Files
5g_drone_ROS2/api/public/css/stylesheet.css
Sem van der Hoeven 0c3f561c38 change heights
2023-05-29 12:35:21 +02:00

27 lines
392 B
CSS

body {
background-color: azure;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header {
color: black;
text-align: center;
}
.video {
width: 100%;
}
.mainvideo {
width: 60%;
float: left;
height: 500px;
border-color: 1px sold blue;
}
.lastpicture {
width: 40%;
float: right;
height: 400px;
border-color: 1px solid red;
}