DONT ADD ANYTHING HERE!

Properties such as margin may be specified using one, two, three, or four values.
  1. When one value is specified, it applies the same margin to all four sides
  2. When two values are specified, the first margin applies to the top and bottom, the second to the left and right
  3. When three values are specified, the first margin applies to the top, the second to the right and left, the third to the bottom (mnemonic: left,right step together)
  4. When four values are specified, the margins apply to the top, right, bottom, and left in that order (clockwise) or (mnemonic TRBL)

Example

Notes

  1. Note that margin, unlike padding, may have negative values

Mnemonic

References