Skip to content

Instantly share code, notes, and snippets.

@susanahernandezd
Created October 18, 2013 14:14
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 susanahernandezd/7042165 to your computer and use it in GitHub Desktop.
Save susanahernandezd/7042165 to your computer and use it in GitHub Desktop.
.loading {
display: none;
position:absolute;
width:100%;
height:100%;
background:#FFFFFF url(../images/loading.gif) 50% 50% no-repeat;
left:0px;
top:0px;
opacity:0.8;
filter:alpha(opacity=80);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment