Buttons

How To Use

Add the class .bf-button to a button tag.

					
<button class="bf-button">SUBMIT</button>
					
				

Options

By default, the button will be green. You can change the background color using the classes below.

					
<button class="bf-button bf-blue">SUBMIT</button>
<button class="bf-button bf-orange">SUBMIT</button>
<button class="bf-button bf-red">SUBMIT</button>