58 bytes of CSS to look great nearly everywhere ↦
This is a great starter snippet for any web page:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}
The linked post explains the why behind these rules and expands with a 100 byte alternative and the comments have a bunch of variants and conversation about each specific rule.
Discussion
Sign in or Join to comment or subscribe