Files
old-parkingui/src/upload/CarVisualisation.css

13 lines
152 B
CSS
Raw Normal View History

2019-11-17 16:30:47 +01:00
.car_border {
border-style: solid;
border-size: 3px;
border-color: green;
color: white;
}
.topleft {
position: fixed;
top: 0;
left: 0;
}