Mei Lycan

Generation

css from descriptionThu, 06 Apr 2023

crea una class button que tenga 100px de ancho y 20px de alto que sea amarillo con hover en rojo

.button { width: 100px; height: 20px; background-color: yellow; } .button:hover { background-color: red; }

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