Positions

you can set the position property of a div by using one of the following classes

ClassProperty
.fixedposition: fixed;
.absoluteposition: absolute;
.relativeposition: relative;
.stickyposition: sticky;
.initialposition: initial;
.inheritposition: inherit;

positions can also work with breakpoints, to use it you ony need to follo this: .position-{ breakpoint }-{position value}*

On this page