layout
position
Utilities for controlling how an element is positioned in the document.
| Class | Style |
|---|---|
| static | position: static; |
| fixed | position: fixed; |
| absolute | position: absolute; |
| relative | position: relative; |
| sticky | position: sticky; |
layout
Utilities for controlling how an element is positioned in the document.
| Class | Style |
|---|---|
| static | position: static; |
| fixed | position: fixed; |
| absolute | position: absolute; |
| relative | position: relative; |
| sticky | position: sticky; |