What's the shorthand equivalent of these longhand declarations?

margin: 10px 20px 10px 20px;margin: 20px 10px;

Bravo! The margin property uses a clockwise sequence, starting at the top.

The margin property uses a clockwise sequence, starting at the top.