How can I memorize all CSS shorthands?
css
Solution
Here’s a decent CSS shorthand cheat sheet (PDF).
Problem
I never forgot and always use shorthand for `margin` and `padding` because it runs clockwise, but how do you remember the others? Do you use CSS shorthand wherever possible? What are the best ways to remember different shorthands? Update: I also found 2 good shorthand Cheat-sheet. - Png - http://www.catchmyfame.com/wp-content/uploads/2009/07/CSS-Shorthand-Cheat-Sheet.png - PDF - http://www.eddiewelker.com/wp-content/uploads/2007/09/csscheatsheet.pdf