Skip to content

Instantly share code, notes, and snippets.

@YounglanHong
Last active November 1, 2021 10:35
Show Gist options
  • Save YounglanHong/385d8640785ca81e43988f0e1a69353c to your computer and use it in GitHub Desktop.
Save YounglanHong/385d8640785ca81e43988f0e1a69353c to your computer and use it in GitHub Desktop.
100 Bytes of CSS to look great everywhere
// ref: https://www.swyx.io/css-100-bytes/
html {
max-width: 38rem;
padding: 2rem;
margin: auto;
line-height: 1.5rem;
font-size: 24px;
}
h1,h2,h3,h4,h5,h6 {
margin: 3em 0 1em;
}
p,ul,ol {
margin-bottom: 2em;
color: #1d1d1d;
font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment