Created
April 27, 2019 14:21
-
-
Save marcosvpj/768780cf6092e4b59c332df33a7bbc61 to your computer and use it in GitHub Desktop.
58 bytes of css to look great nearly everywhere
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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