normal default small round strong square large XL XXL
Button with icons
User Login Send Mail Inbox Refresh Browse « Previous next »
Delete Take Tour Download Bookmark contacts Calendar settings
Select Questions Typography Elastic - meaning it expands with text

To use a button with an icon, use the following code:

<span class="csbutton icon">Select<span class="select"></span></span>
Call to Action Buttons Purchase Buy theme on themeforest Take a Tour see all product features Button in forms - <input>

To use it in a form, use the following code:

<input name="submit" class="csbutton round" value="submit" type="submit" >
Button in forms - <button>

To use button style in a button tag, use the following code:

<button> class="bluegrey" type="button" </button>
Buttons in links

You can use them in links as well

Buy this item Like tweet

To use it in a form, use the following code:

<a href="#" class="wine small"> Buy this item </a>