Bulma CSS Classes

Bulma CSS class .is-narrow-fullhd

    <div class="columns">
        <div class="column is-narrow-fullhd">
            <div class="box" style="width: 200px;">
                <p class="title is-5">Narrow column on fullhd</p>
                <p class="subtitle">This column is only 200px wide.</p>
            </div>
        </div>
        <div class="column">
            <div class="box">
                <p class="title is-5">Flexible column</p>
                <p class="subtitle">This column will take up the remaining space available.</p>
            </div>
        </div>
    </div>

Preview

Are you tired of writing HTML by hand?

More Bulma CSS classes in Grid category

© 2024 Shuffle. All rights reserved.