Position

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

Class Properties
v-relative position: relative;
v-absolute position: absolute;
v-fixed position: fixed;
v-sticky position: sticky;
v-static position: static;