The smallest CSS
Link: The smallest CSS by Robin Rendle. Published 13 Jun 2022.
In an ideal world, all websites would be built from this starting point.
I really like these posts; partly because where your HTML MVP line falls is interesting (I’d say h
n needs a smaller line-height
and nav bar links need some margin/padding), partly because sites like this are fast and really easy to read and mainly because it demonstrates how websites would be built in an ideal world. Start with next to nothing and then add bits and pieces where necessary.