Minimalist CSS
Boilerplate
This CSS code makes really beautiful text-centric websites that are responsive and look nice with only like 54 bytes or something? I use this as a basis all the time for making nice looking pages.
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}
References
Last modified: 202204030128