Skip to content

Instantly share code, notes, and snippets.

@riix
Created December 24, 2012 02:12
Show Gist options
  • Select an option

  • Save riix/4367150 to your computer and use it in GitHub Desktop.

Select an option

Save riix/4367150 to your computer and use it in GitHub Desktop.
preloader
div.preloader { position: absolute; z-index: 1100; top: 50%; left: 50%; }
div.preloader span { display: block; width: 100px; border: solid 1px #ccc; text-align: center; }
div.preloaderbg { position: absolute; z-index: 1000; top: 0px; left: 0px; width: 100%; height: 100%; background: #000; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment