![]() |
VOOZH | about |
Buttons are one of the most common UI elements. It is used for users to interact with a system and take action by making selections. Pure CSS Active Buttons are used to create an active button that works when the user clicks on the button. The button can be created using <a> and <button> tags.
Pure CSS Active Buttons Class:
Syntax:
Create an active button using <a> Tag:
<a class="pure-button pure-button-active" href="#"> Active Button </a>
Create an active button using <button> tag:
<button class="pure-button pure-button-active"> Active Button </button>
Example:
Output:
Reference: https://pure-css.github.io/#active-buttons