you can set the position property of a div by using one of the following classes
| Class | Property |
|---|---|
| .fixed | position: fixed; |
| .absolute | position: absolute; |
| .relative | position: relative; |
| .sticky | position: sticky; |
| .initial | position: initial; |
| .inherit | position: inherit; |
positions can also work with breakpoints, to use it you ony need to follo this: .position-{ breakpoint }-{position value}*