Created
July 25, 2024 10:11
-
-
Save knockshore/ff67618aea1ac661ed465b51d2dd711b to your computer and use it in GitHub Desktop.
Page Manip - Sticker
This file contains 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
<div style="display: block; width 100px; height: 100px; background-color: #f00; position: sticky; left: 10px; right 10px;" > | |
STICKY CHECKING | |
</div> |
This file contains 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
html { | |
background-color: #f00 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment