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

Bootstrap class: .justify-content-sm-around

    <div class="d-flex flex-wrap justify-content-sm-around 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

Tips 💡

More in Bootstrap Flexbox