Contact Form

Name

Email *

Message *

Cari Blog Ini

Glyphicon Refresh Animate

Bootstrap Glyphicons

What are Glyphicons?

Glyphicons are a set of over 260 vector icons that can be used to add some visual interest to your website or application. They're scalable, so they'll look great on any device, and they're completely free to use.

How to use Glyphicons

To use Glyphicons, simply add the following code to your HTML:

<span class="glyphicon glyphicon-refresh"></span>

You can also use Glyphicons with CSS to style them to your liking. For example, the following code will make the refresh icon spin:

.glyphicon-refresh { animation: spin 2s infinite linear; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }


Comments