Skip to content

Instantly share code, notes, and snippets.

View paulblamire's full-sized avatar

Paul Blamire paulblamire

View GitHub Profile
@paulblamire
paulblamire / index.html
Created March 23, 2017 08:50 — forked from alexandrevicenzi/index.html
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>