--- extends: _layouts.markdown title: "Position" --- # Position The position utilities are primarily `position` property helpers. ```html
``` ```less // Using the utilities in Less: div { .fixed; .absolute; .relative; } ``` ## Pinning absolute content Tailwind also provides pin utilties, useful for "pinning" absolutely positioned elements using the `top`, `right`, `bottom` and `left` properties. ```html