Jeremy Keith on the 20th birthday of CSS:
“I think that CSS hits a nice sweet spot, balancing learnability and power. I love the fact that every bit of CSS ever written comes down to the same basic pattern:
selector {
property: value;
}
That’s it!
How amazing is it that one simple pattern can scale to encompass a whole wide world of visual design variety?”