Files
5g_drone_ROS2/api/public/css/stylesheet.css
2023-05-29 12:39:16 +02:00

28 lines
399 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 sold blue;
}
.lastpicture {
width: 40%;
float: left;
height: 400px;
border: 1px solid red;
}