Bulma CSS Classes

Bulma CSS class .hero-video

<section class="hero is-fullheight video">
    <div class="hero-video">
        <video poster="img/poster.jpg" playsinline autoplay muted loop>
            <source src="video.webm" type="video/webm">
        </video>
    </div>
    <div class="hero-body">
        <div class="container">
            ...
        </div>
    </div>
    <div class="hero-foot">
        <div class="has-text-centered">
            ...
        </div>
    </div>
</section>

Preview

Are you tired of writing HTML by hand?

More Bulma CSS classes in Hero category

© 2024 Shuffle. All rights reserved.