Smart and Autonomous parking.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
361 B

table, th, td {
border: 1px solid black;
}
.full {
background-color: red;
content: url("car.png");
height: 140px;
margin: auto;
display:block;
}
.empty {
background-color: grey;
content: url("car.png");
height: 140px;
margin: auto;
}
.right {
}
.left {
transform: rotate(180deg);
}
.road {
color: lightgrey;
}