CSS gotchas
CSS is finicky about the format so if you do something like put ; at the end of each rule like you might be tempted to from other languages like Javascript you may have a silent failure.
The order CSS rules is very important in terms of precedence - the earliest ones take more priority - have to double confirm.