Wednesday, 5 October 2016

Bootstrap Glyphicons Icon CDN & Example


Below is the sample how to use CDN of Bootstrap Icone

---------------------------------------------------------------------
Bootstrap CDN: 

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    

---------------------------------------------------------------------
All BootstrapIcone find here:
http://www.w3schools.com/icons/bootstrap_icons_glyphicons.asp

---------------------------------------------------------------------
<!DOCTYPE html>
<html>
<head>
<title>Bootsrap Icons</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>


 <span class="glyphicon glyphicon-asterisk"></span> 
 <br>
 <span class="glyphicon glyphicon-plus"></span>
 <br>
 <span class="glyphicon glyphicon-eur"></span>
 <br>
 <span class="glyphicon glyphicon-euro"></span>

</body>
</html>

    

--------------------------------------------------------------------- OUTPUT:

No comments:

Post a Comment