Border Property

Get introduced to the border property of inline and block layouts.

We'll cover the following...

Borderline direction agnostic zombies

  • border-inline-start: The border properties for the start of the inline direction (the writing-direction-agnostic version of border-left)
  • border-inline-end: The border properties for the end of the inline direction (the writing-direction-agnostic version of border-right)
  • border-block-start: The border properties for the start of the block direction (the writing-direction-agnostic version of border-top)
  • border-block-end: The border properties for the end of the block direction (the writing-direction-agnostic version of border-bottom)
.bordering-direction-agnostic-zo
...