Bulma CSS Classes

Bulma CSS class .card-image

<div class="card">
  <div class="card-image">
    <figure class="image is-4by3">
      <img src="https://bulma.io/images/placeholders/1280x960.png" alt="Placeholder image">
    </figure>
  </div>
  <div class="card-content">
      ....
  </div>
</div>

Preview

Check .card-image 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 Card category

© 2024 Shuffle. All rights reserved.