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.
|
|
|
/*
|
|
|
|
#Authors: Oulis Evangelos, Oulis Nikolaos, Drosos Katsibras
|
|
|
|
#===================================================================
|
|
|
|
*/
|
|
|
|
table, th, td {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full {
|
|
|
|
background-color: red;
|
|
|
|
content: url("car.png");
|
|
|
|
height: 140px;
|
|
|
|
margin: auto;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty {
|
|
|
|
background-color: green;
|
|
|
|
content: url("car.png");
|
|
|
|
height: 140px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.road {
|
|
|
|
color: lightgrey;
|
|
|
|
}
|