Home / CSS Tips Generated By ChatGPT / Styling Buttons on Active State in CSS Provide feedback when buttons are clicked by styling their active state. Source Code button:active { transform: scale(0.98); background-color: #0056b3; }