Generation

css from descriptionTue, 07 Feb 2023

styled button with an animation

.button { animation: button-click 5s infinite; } @keyframes button-click { 0% { opacity: 1; } 50% { opacity: .5; } 100% { opacity: 1; } }

Questions about programming?Chat with your personal AI assistant