Generation

css from descriptionFri, 15 Mar 2024

Crea una una cuidad de noche, con svg en div

city { width: 100px; height: 100px; background: url("../img/maps/city.png"); position: absolute; top: 0; left: 0; } .city:hover { background: url("../img/maps/city-hover.png"); } .city:active { background: url("../img/maps/

Want to kickstart your project?Use the new AI Studio to create your code