Class | Properties |
---|---|
absolute | position: absolute; |
fixed | position: fixed; |
relative | position: relative; |
static | position: static; |
sticky | position: sticky; |
Position
Utilities for controlling how an element is positioned in the DOM.
Utilities for controlling how an element is positioned in the DOM.
Class | Properties |
---|---|
absolute | position: absolute; |
fixed | position: fixed; |
relative | position: relative; |
static | position: static; |
sticky | position: sticky; |