robot-gui/bare/common.css
2022-09-25 17:55:24 -04:00

25 lines
448 B
CSS

* {
padding: 0;
margin: 0;
background-color: #181c20;
color: white;
box-sizing: border-box;
}
.main-container {
display: flex;
justify-content: space-around;
align-items: stretch;
background-color: black;
gap: 0.33333333vw;
height: 99.5vh;
}
.main-element {
display: inline-block;
height: 99.5vh;
width: 32vw;
text-align: center;
background-color: #181c20;
position: relative;
}