Position

The position trait sets how an element is positioned in a document. Combine position type and location properties to position the element. The space trait follows the format {type} {location }.

  • type - {static | relative | absolute | fixed | sticky}
  • location - {top | right | bottom | left | center | cover}

Note To use absolute positioning correctly you need to apply a relative position to the parent element.