Bootstrap CSS Classes

Bootstrap CSS class .g-0

    <div class="container">
        <div class="row g-0">
            <div class="col-6">
                <div class="p-4 border bg-info"></div>
            </div>
            <div class="col-6">
                <div class="p-4 border bg-primary"></div>
            </div>
            <div class="col-6">
                <div class="p-4 border bg-success"></div>
            </div>
            <div class="col-6">
                <div class="p-4 border bg-secondary"></div>
            </div>
        </div>
    </div>

Preview

Check .g-0 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.