Skip to content

Instantly share code, notes, and snippets.

View Ninigi's full-sized avatar

Fabian Zitter Ninigi

View GitHub Profile
@alexandrevicenzi
alexandrevicenzi / index.html
Last active September 22, 2020 21:01
Bootstrap CSS Animate Loading Icon Button
<!-- Code snippet -->
<div class="form-group">
<div class="col-md-12 text-center">
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
</div>
</div>