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 tweetTo use it in a form, use the following code:
<a href="#" class="wine small"> Buy this item </a>



