Bootstrap CSS Classes

Bootstrap CSS class .col-md-1

    <div class="container">
        <div class="row bg-secondary">
            <div class="col-auto col-md-1 bg-warning p-3">
                col-md-1
            </div>
            <div class="col-2 bg-primary p-3">
                col-2
            </div>
            <div class="col-2 bg-info p-3">
                col-2
            </div>
        </div>
    </div>

Preview

Check .col-md-1 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 Grid category

© 2024 Shuffle. All rights reserved.