Skip to content

Instantly share code, notes, and snippets.

@zolitch
Last active December 14, 2015 06:29
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 zolitch/5042851 to your computer and use it in GitHub Desktop.
Save zolitch/5042851 to your computer and use it in GitHub Desktop.
loading css
.loading {
background: url(/images/rfulive/loading.gif) no-repeat center center;
width: 100%;
height: 100%;
z-index: 20;
position: absolute;
text-indent: -999em;
overflow: hidden;
top: 0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment