Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created October 20, 2017 12:07
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 Shininglow/691ffa405c50a7ec3c4548479be36920 to your computer and use it in GitHub Desktop.
Save Shininglow/691ffa405c50a7ec3c4548479be36920 to your computer and use it in GitHub Desktop.
.div#preloader {
position: fixed;
left: 0; top: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow: visible;
background: #(your-HEX-color-code) url('http://files.mimoymima.com/images/loading.gif') no-repeat center center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment