Last active
August 29, 2015 14:14
-
-
Save stevenyxu/f49e0edc3b2155f4c91e to your computer and use it in GitHub Desktop.
Font Awesome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
<i class="fa fa-spinner fa-spin"></i> | |
<i class="fa fa-circle-o-notch fa-spin"></i> | |
<i class="fa fa-refresh fa-spin"></i> | |
<i class="fa fa-cog fa-spin"></i> | |
<i class="fa fa-spinner fa-pulse"></i> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment