.abs { position: absolute }
.fix { position: fixed }
.rel { position: relative }
.sta { position: static }
.sti { position: sticky }

.top-0 { top: 0 }
.right-0 { right: 0 }
.bottom-0 { bottom: 0 }
.left-0 { left: 0 }
