Skip to content

Instantly share code, notes, and snippets.

@burnified
Created November 12, 2015 16:56
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 burnified/a40f92541163194453cc to your computer and use it in GitHub Desktop.
Save burnified/a40f92541163194453cc to your computer and use it in GitHub Desktop.
/* hide page until respond.js runs */
html,body{display: none;}
/* respond.js is ready, let's roll */
@media screen and (min-width: 1px) {
html,body{
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment