Bootstrap CSS Classes

Bootstrap CSS class .order-last

    <div class="d-flex flex-row mb-3">
        <div class="p-2 order-last bg-primary">Flex item 1</div>
        <div class="p-2 bg-info">Flex item 2</div>
        <div class="p-2 bg-info">Flex item 3</div>
    </div>

Preview

Check .order-last 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.