Created
April 23, 2023 08:37
-
-
Save kolibril13/d389d93f507418e3267a95c767f99ce5 to your computer and use it in GitHub Desktop.
styles.css
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, | |
* { | |
box-sizing: border-box; | |
} | |
body { | |
overflow: hidden; | |
position: fixed; | |
overscroll-behavior: none; | |
padding: 0px; | |
margin: 0px; | |
font-family: sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment