Bulma CSS Classes

Bulma CSS class .is-desktop

    <div class="columns is-desktop">
        <div class="column">
            <div class="bd-notification is-primary has-text-centered has-background-info-dark has-text-white">1</div>
        </div>
        <div class="column">
            <div class="bd-notification is-primary has-text-centered has-background-link-dark has-text-white">2</div>
        </div>
        <div class="column">
            <div class="bd-notification is-primary has-text-centered has-background-info-dark has-text-white">3</div>
        </div>
        <div class="column">
            <div class="bd-notification is-primary has-text-centered has-background-link-dark has-text-white">4</div>
        </div>
    </div>

Preview

Check .is-desktop 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 Bulma CSS classes in Grid category

© 2024 Shuffle. All rights reserved.