Generation

css from descriptionTue, 02 May 2023

boton con animacion de undirse al momento de dar click

#btn { width: 150px; height: 150px; background-color: blue; text-align: center; line-height: 150px; color: white; font-size: 2em; box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75); position: relative; cursor: pointer; } #btn:active { box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75); position: relative; top: 4px; }

Questions about programming?Chat with your personal AI assistant