Skip to content

Instantly share code, notes, and snippets.

@zanhk
Created May 20, 2023 12:38
Show Gist options
  • Save zanhk/9491d4dab0daecc4f101c05899785897 to your computer and use it in GitHub Desktop.
Save zanhk/9491d4dab0daecc4f101c05899785897 to your computer and use it in GitHub Desktop.
100 Bytes of CSS to look great everywhere
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