If you do a lot of CSS work, then you probably know this like the back of your hand. However, if you're like me, I always forget what order the short hand border, margin, and padding settings stand for. Meaning I can never remember what the following padding equates to:


padding: 10px 4px 3px 10px;

I finally [...]