Skip to content

Instantly share code, notes, and snippets.

@asciimo
Created November 1, 2021 20:10
Show Gist options
  • Select an option

  • Save asciimo/b68cd80a42ef31dab9b70c190f1cce91 to your computer and use it in GitHub Desktop.

Select an option

Save asciimo/b68cd80a42ef31dab9b70c190f1cce91 to your computer and use it in GitHub Desktop.
Short, sweet baseline for an basic HTML page. From https://www.swyx.io/css-100-bytes/
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