CSS shorthand property names - MDN

PHOTO EMBED

Wed Apr 07 2021 15:01:51 GMT+0000 (Coordinated Universal Time)

Saved by @webzth

/* In 4-value shorthands like padding and margin, the values are applied
   in the order top, right, bottom, left (clockwise from the top). There are also other
   shorthand types, for example 2-value shorthands, which set padding/margin
   for top/bottom, then left/right */
padding: 10px 15px 15px 5px;
content_copyCOPY

https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/How_CSS_is_structured