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