Untitled
unknown
plain_text
2 years ago
598 B
4
Indexable
*{ box-sizing: border-box; padding: 0; margin: 0; } body { background: rgb(27, 27, 27); } .container { display: flex; justify-content: center; } .card { background: white; width: 220px; height: 400px; margin: 10px; } .card-image { background-color: aliceblue; height: 150px; margin-bottom: 15px; background-size: cover; } .car-1{ background-image: url('./Images/car.jpg') } .car-2{ background-image: url('./Images/car2.jpg') } .car-3{ background-image: url('./Images/car3.jpg') } .
Editor is loading...