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

Bootstrap class: .flex-xxl-fill

    <div class="d-flex bg-secondary p-1">
        <div class="p-3 flex-xxl-fill bg-primary">1</div>
        <div class="p-3 bg-info">2</div>
        <div class="p-3 bg-primary">3</div>
        <div class="p-3 bg-info">4</div>
    </div>

Preview

1
2
3
4

Tips 💡

More in Bootstrap Flexbox