Last active
August 29, 2015 14:15
-
-
Save jeremyrwross/de04ee4d875cdaddea6f to your computer and use it in GitHub Desktop.
Spin a Website - Using 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
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> | |
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> | |
<script> | |
$(function(){ | |
$('*').addClass('fa-spin'); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment