Kartik Prabhu
and this is why CSS is awesome
“There’s a huge variation in visual style: colour schemes, typographic treatments, textures and layouts. All of that variety is made possible by one simple pattern that describes all the CSS ever written:
selector {
property: value;
}
That’s it.”