Mei Lycan

Generation

css from descriptionSat, 01 Apr 2023

hacer una animacion para un input con id boton que cuando se le haga hover tenga un background azul y el texto en blanco. tambien que tenga un ancho de 20px y un alto de 10px

#boton:hover { background-color: blue; color: white; width: 20px; height: 10px; }

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