Skip to content

Instantly share code, notes, and snippets.

@TrancaDev
Created December 3, 2017 15:48
Show Gist options
  • Save TrancaDev/e1c4f9848359aba8f3ac4b06f2dcff54 to your computer and use it in GitHub Desktop.
Save TrancaDev/e1c4f9848359aba8f3ac4b06f2dcff54 to your computer and use it in GitHub Desktop.
spinner mágico
.spinner {
background: rgba(0, 0, 0, 0.7);
background-image: url(../images/spinner2.gif);
background-size: 50px Auto;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment