Buttons

v3.x

Buttons foreground important features, functions or calls to action.

BBootstrap 3.x | Buttons


Example | http://www.url.com
Example | Submit

 Select Icon


<p class='text-center'>
   <a role='button' class='btn btn-lg btn-primary' href='http://hp.com' target='_blank'><i class="fa fa-fw fa-calendar-plus-o" aria-hidden="true"></i> Set Appointment</a>
   <a role='button' class='btn btn-lg btn-default' href='http://hp.com' target='_blank'><i class="fa fa-fw fa-refresh" aria-hidden="true"></i> Clear</a>
</p>

Notes

Alternate Button Colors
Alternate button colors should only be used to signal an alternate mood. For example, a yellow button might sound a note of caution, whereas a red button might signify probibition or danger.