Check out this Demo on JS Fiddle:
I am having trouble adding the href
attribute to these buttons.
I found that it works when structured like this :
<a href="/">
<button type="button" class="btn btn-default btn-custom">
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
<br />
<span class="btntext glyphicon-class">PP bậc thang</span>
</button>
</a>
However, it results in a messy display like this :
Is there an easy solution to this issue? Thank you in advance!