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

Bootstrap class: .col-3

    <div class="container">
        <div class="row">
            <div class="col-3 bg-primary p-3">
                col-3
            </div>
            <div class="col-4 bg-warning p-3">
                col-4
            </div>
            <div class="col-5 bg-info p-3">
                col-5
            </div>
        </div>
    </div>

Preview

col-3
col-4
col-5

Check .col-3 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.

Tips 💡

More in Bootstrap Grid