What I learned about Padding in CSS

CSS Made Easier

You can use shorthand when applying padding. You can apply padding to multiple sides using only one property. and when the four values are defined, padding is applied clockwise from the top. When only two values are defined, padding is applied in the order of "top/bottom" and "right / left".

pading_css.png