Skip to content

Instantly share code, notes, and snippets.

@dmorosinotto
Created October 8, 2022 07:56
Show Gist options
  • Save dmorosinotto/eeee4e4aab0f2eeb7d13556850051043 to your computer and use it in GitHub Desktop.
Save dmorosinotto/eeee4e4aab0f2eeb7d13556850051043 to your computer and use it in GitHub Desktop.
Minimal CSS
/* Inspired by https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41 */
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
font-family: Verdana Arial Currier sans-serif Monospace;
box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
margin: 3em 0 1em;
}
p,ul,ol {
margin-bottom: 2em;
color: #1d1d1d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment