layout

position

Utilities for controlling how an element is positioned in the document.

ClassStyle
staticposition: static;
fixedposition: fixed;
absoluteposition: absolute;
relativeposition: relative;
stickyposition: sticky;