Minimal CSS
I agree with Frank when he says that a good minimal start for css is the following:
p {
font-family: Georgia, serif;
line-height: 1.5;
max-width: 33em;
}
I’ve borrowed shamelessly stolen some of his CSS for here.
Written on January 13, 2020