buttons

W3.CSS Buttons

W3.CSS Buttons

W3.CSS provides a wide variety of button styles that are easy to use and customize. You can apply predefined classes to create buttons with different colors, sizes, and effects.

Basic Button

<button class="w3-button w3-blue">Click Me!</button>
    

Adding Effects

Use the w3-hover classes to add hover effects:

<button class="w3-button w3-red w3-hover-yellow">Hover Over Me</button>
    

Button Sizes