Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2014 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/9443704 to your computer and use it in GitHub Desktop.
Save anonymous/9443704 to your computer and use it in GitHub Desktop.
Untitled
.loading {
border-bottom: 6px solid #D8E9F6;
border-left: 6px solid #D8E9F6;
border-right: 6px solid #D8E9F6;
border-top: 6px solid #0072c6;
border-radius: 100%;
height: 16px;
width: 16px;
animation: rot .8s infinite linear;
float:left;
}
@keyframes rot {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.load-label span {
line-height:32px;
padding-left:6px;
float:left;
text-transform:uppercase;
font-size:13px;
}
<div class="load-label"><div class="loading"></div> <span>Loading</span></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment