Created
December 3, 2017 15:48
-
-
Save TrancaDev/e1c4f9848359aba8f3ac4b06f2dcff54 to your computer and use it in GitHub Desktop.
spinner mágico
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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