Skip to content

Instantly share code, notes, and snippets.

@StevenBlack
Created June 18, 2022 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenBlack/b85c14e21251e93a5ff33ac3eaf9488f to your computer and use it in GitHub Desktop.
Save StevenBlack/b85c14e21251e93a5ff33ac3eaf9488f to your computer and use it in GitHub Desktop.
Between 100 and 200 bytes of solid css.
// source: https://www.swyx.io/css-100-bytes
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
}
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