CSS coding style doesn't get a lot of play. Most people are happy to stick with the convention of one property per line, like this:
PLAIN TEXT
CSS: #score { background: yellow; width: 12em; border: 1px solid orange padding: 2em; margin: 3em 0; display: none; }
I, for one, can't stand that style. I'm heavily biased towards information-dense coding [...]
