Skip to content

Instantly share code, notes, and snippets.

@sgarcesc
Created March 22, 2017 02:03
Show Gist options
  • Save sgarcesc/4c46dc78af2f1aea249c8f6a16f952f4 to your computer and use it in GitHub Desktop.
Save sgarcesc/4c46dc78af2f1aea249c8f6a16f952f4 to your computer and use it in GitHub Desktop.
Bootstrap Fontawesome spinner html template
<div class="container-fluid">
<div class="text-center" style="margin-top:50px;">
<i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i>
<span class="sr-only">Loading...</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment