Bootstrap CSS Classes

Bootstrap CSS class .justify-content-xl-end

    <div class="d-flex flex-wrap justify-content-xl-end bg-secondary" style="height: 50px;">
        <div class="px-4 bg-primary"></div>
        <div class="px-4 bg-info"></div>
        <div class="px-4 bg-primary"></div>
        <div class="px-4 bg-info"></div>
        <div class="px-4 bg-primary"></div>
        <div class="px-4 bg-info"></div>
    </div>

Preview

Check .justify-content-xl-end 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 Flexbox category

© 2024 Shuffle. All rights reserved.