Simple Spin on a font-awesome image
Adds a spin on a font-awesome image
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!DOCTYPE HTML>
<header>
<!-- Lets add font-awesome! -->
</header>
<body>
<h1> Here is our bomb</h1>
<i class="fa fa-bomb"></i>
<i class="fa fa-spin chrome"></i>
<h1> Hear is our bomb with a spin!</h1>
<i class="fa fa-spin fa-bomb"></i>
</body