Skip to content

Instantly share code, notes, and snippets.

@ramijames
Forked from anonymous/dabblet.css
Created March 9, 2014 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramijames/9443727 to your computer and use it in GitHub Desktop.
Save ramijames/9443727 to your computer and use it in GitHub Desktop.
Untitled
.loading {
border-bottom: 4px solid #0072c6;
border-left: 4px solid #D8E9F6;
border-right: 4px solid #D8E9F6;
border-top: 4px solid #0072c6;
border-radius: 100%;
height: 14px;
width: 14px;
animation: rot 0.8s infinite linear;
float:left;
}
@keyframes rot {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
.load-label span {
line-height:24px;
padding-left:6px;
float:left;
text-transform:uppercase;
font-size:11px;
color:#ddd;
margin:0 auto;
font-family:"Open Sans", Sans;
}
<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