Bootstrap CSS Classes

Bootstrap CSS class .flex-xxl-wrap-reverse

    <div class="d-flex flex-xxl-wrap-reverse bg-secondary p-1" style="width: 100px;">
        <div class="p-3 bg-info">1</div>
        <div class="p-3 bg-warning">2</div>
        <div class="p-3 bg-primary">3</div>
        <div class="p-3 bg-success">4</div>
    </div>

Preview

Are you tired of writing HTML by hand?

More Bootstrap CSS classes in Flexbox category

© 2024 Shuffle. All rights reserved.