Buttons
Buttons in NextGenCSS
Syntax
...other code
button : "btn",
...other codeButtons
Buttons classes are of 4 kinds
buttonon tag it is the default style you don't need any class for this.btn-curvebutton with curvy edges.btn-bootstrapbuttons like our favourite bootstrap buttons.btn-circlewith more circular edges
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
Was this helpful?