bootstrap icons link code example

Example 1: heart button bootstrap

<button type="button" class="btn btn-default" aria-label="Left Align">
  <span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
</button>

<button type="button" class="btn btn-default btn-lg">
  <span class="glyphicon glyphicon-star" aria-hidden="true"></span> Star
</button>

Example 2: bootstrap icons

// bootstrap link
https://getbootstrap.com/docs/5.0/getting-started/introduction/

// bootstrap example 
https://getbootstrap.com/docs/5.0/examples/

// bootstrap icon link
https://icons.getbootstrap.com/

Tags:

Css Example