I know I can declare margin for top then bottom like this;
margin: 10px 6px;
I know for all the same;
margin: 10px;
I know for all individual;
margin: 0 8px 9px 1px;
But on some sites I have seen examples such as;
margin: 2px 2px 0;
and
margin: 0 8px 2px;
Anyone care to explain how this works??
The margin and padding are defined in this order:
Short-hands: