#47: CSS Shorthand
CSS-Tricks Screencasts - A podcast by CSS-Tricks

Categories:
There are a handful of CSS attributes that can be combined into a single attribute for coding brevity. I endorse the use of CSS shorthand whenever possible. It saves space and makes code more readable. In this screencast I introduce …