Skip to content

Instantly share code, notes, and snippets.

@marcosvpj
Created April 27, 2019 14:21
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 marcosvpj/768780cf6092e4b59c332df33a7bbc61 to your computer and use it in GitHub Desktop.
Save marcosvpj/768780cf6092e4b59c332df33a7bbc61 to your computer and use it in GitHub Desktop.
58 bytes of css to look great nearly everywhere
/*
58 bytes of css to look great nearly everywhere
Based on https://jrl.ninja/etc/1/
*/
main {
max-width: 70ch;
padding: 2ch;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment