Created
November 6, 2021 04:20
-
-
Save etr2460/41c3272cca5b43cf7f68e31d0c48fdfa to your computer and use it in GitHub Desktop.
HTML for adding a texture overlay to an entire webpage
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
<body> | |
<div>All the page content goes here</div> | |
<div class="paperOverlay"></div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment