Tyler Ben

Generation

css from descriptionTue, 01 Aug 2023

Make me an animation of the click button

@keyframes click { 0% { background-color: red; transform: translate(0, 0); } 100% { background-color: purple; transform: translate(0px, 20px); } }

Questions about programming?Chat with your personal AI assistant