Use the simple HTML markup to create a button:
1 |
<a href="book.html" class="btn btn-link">Book Now</a> |
Define button size by adding one of the following classes to HTML:
- btn
- btn-xs
- btn-sm
- btn-lg
And select one of the following color variations:
- btn-default
- btn-primary
- btn-secondary
- btn-link
- btn-transparent