Buttons
Buttons in NextGenCSS
Syntax
...other code
button : "btn",
...other codeButtons
Examples
<button class="">This is a button</button>
<button class="btn-curve">This is a button</button>
<button class="btn-circle">This is a button</button>
<button class="btn-bootstrap">This is a button</button>
Last updated