Files
5g_drone_ROS2/api/public/css/stylesheet.css
Sem van der Hoeven 0ac76f788a add labels
2023-05-29 12:41:12 +02:00

29 lines
424 B
CSS

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