Thursday, 21 June 2012
baked byHarry Roberts

Always be explicit in your code. Don’t use
margin:0if you really meanmargin-bottom:0. Every time you use shorthand you need to check that it’s not inadvertently setting (or unsetting) another value at the same time.