Bootstrap CSS Classes

Bootstrap CSS class .translate-middle

    <div class="position-relative bg-secondary" style="width: 250px; height: 100px;">
        <div class="position-absolute top-0 start-0 translate-middle bg-primary p-4"></div>
        <div class="position-absolute bottom-0 end-0 translate-middle bg-info p-4"></div>
    </div>

Preview

Are you tired of writing HTML by hand?

Check .translate-middle 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.

More Bootstrap CSS classes in Positioning category

© 2025 Shuffle. All rights reserved.