Created
May 20, 2023 12:38
-
-
Save zanhk/9491d4dab0daecc4f101c05899785897 to your computer and use it in GitHub Desktop.
100 Bytes of CSS to look great everywhere
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
html { | |
max-width: 70ch; | |
padding: 3em 1em; | |
margin: auto; | |
line-height: 1.75; | |
font-size: 1.25em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment