Buttons

Buttons in Rongilla CSS is very straight forward to use#

Default button styling -#

<button>Click Me</button>

Class Based Usage -#

Use the class="button" to have this styling in elements like <a></a>

Colors and buttons -#

You can use all the colors available in Rongila CSS as your button backgrounds ๐Ÿ˜€

<button class="blue">Blue Button</button>
<button class="red">Red Button</button>
<button class="orange">Orange Button</button>
<button class="aquaGradient">Aqua Gradient Button</button>

See all the colors - Colors in Rongila CSS