Bs Glyphicons
Bootstrap Glyphicons
Glyphicons
Bootstrap provides 260 glyphicons from the Glyphicons Halflings set.Glyphicons tin hold out used inwards text, buttons, toolbars, navigation, forms, etc.
Here are roughly examples of glyphicons:
Envelope glyphicon:
Print glyphicon:
Search glyphicon:
Download glyphicon:
Glyphicon Syntax
H5N1 glyphicon is inserted amongst the next syntax: <span class="glyphicon glyphicon-name"></span>
Glyphicon Example
The next instance shows dissimilar ways to utilization glyphicons:Example
<p>Envelope icon: <span class="glyphicon glyphicon-envelope"></span></p>
<p>Envelope ikon every 2nd a link:
<a href="#"><span class="glyphicon glyphicon-envelope"></span></a>
</p>
<p>Search icon: <span class="glyphicon glyphicon-search"></span></p>
<p>Search ikon on a button:
<button type="button" class="btn btn-default">
<span class="glyphicon glyphicon-search"></span> Search
</button>
</p>
<p>Search ikon on a styled button:
<button type="button" class="btn btn-info">
<span class="glyphicon glyphicon-search"></span> Search
</button>
</p>
<p>Print icon: <span class="glyphicon glyphicon-print"></span></p>
<p>Print ikon on a styled link button:
<a href="#" class="btn btn-success btn-lg">
<span class="glyphicon glyphicon-print"></span> Print
</a>
</p>
Comments
Post a Comment