We can help you solve company communication.
Simplify your workflow in minutes.
Additional positioning utilities.
.top-0
- sets the top property to 0
.
.right-0
- sets the right property to 0
.
.bottom-0
- sets the bottom property to 0
.
.left-0
- sets the left property to 0
.
<div class="position-absolute top-0"></div>
<div class="position-absolute right-0"></div>
<div class="position-absolute bottom-0"></div>
<div class="position-absolute left-0"></div>