margin, padding, border
Properties are listed, with (equivalent properties for LRTB writing in parentheses)
- margin
- margin-block-start (margin-top)
- margin-block-end (margin-bottom)
- margin-inline-start (margin-left)
- margin-inline-end (margin-right)
- margin is shorthand property
- padding
- padding-block-start (padding-top)
- padding-block-end (padding-bottom)
- padding-inline-start (padding-left)
- padding-inline-end (padding-right)
- padding is shorthand property
- border
- border-block-start-width (you get the idea)
- border-block-end-width
- border-inline-start-width
- border-inline-end-width
- border-width is shorthand
- border-color
- border-style
- border-block-start (border-top) is shorthand
- border-block-end (border-bottom) is shorthand
- border-inline-start (border-left) is shorthand
- border-inline-end (border-right) is shorthand
- border is shorthand