![]() |
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 Primary Button is used to create a primary action button. The primary button is created using Pure CSS class.
Pure CSS Primary Buttons Class:
Syntax:
Create a Primary Button using <a> Tag:
<a class="pure-button pure-button-primary" href="#"> Primary Button </a>
Create a Primary Button using <button> Tag:
<button class="pure-button pure-button-primary"> Primary Button </button>
Example:
Output:
Reference: https://pure-css.github.io/#primary-buttons