/* #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; }