is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .position-absolute

    <div class="position-relative bg-secondary" style="width: 300px; height: 200px;">
        <div class="position-absolute top-0 start-0 p-2 bg-info">top-0 start-0</div>
        <div class="position-absolute bottom-0 end-0 p-2 bg-info">bottom-0 end-0</div>
    </div>

Preview

top-0 start-0
bottom-0 end-0

Check .position-absolute in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

More in Bootstrap Positioning