Layout

Position

Where the element appear relative to its container or viewport.

  • Relative: Move element relative to its normal position.
  • Absolute: Move element to nearest parent.
  • Fixed: Stick the element to the viewport.
  • Sticky: Behave normally until you scroll.

Display