Last active
December 23, 2020 00:49
-
-
Save tdrayson/5bc37fdb22211a17b9de46bf50d7351a to your computer and use it in GitHub Desktop.
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
/*Put this in the header*/ | |
html{visibility: hidden;opacity:0;} | |
/*Put this in the footer*/ | |
html { | |
visibility: visible; | |
opacity: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment