Position
The 
                            position property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).| Class | Properties | 
|---|---|
| position-static | position: static | 
| position-absolute | position: absolute | 
| position-fixed | position: fixed | 
| position-relative | position: relative | 
| position-sticky | position: sticky | 
            utilities.scss API