1

I'm trying to implement a masonry on Bulma CSS through cards, I want something like this:

enter image description here

And the css code detects the height of the card (If one card has more text, this height grows up...) I have this example but I couldn't implement it...

The wrapper works through this code (If the screen is small change to 1 if not 2):

.masonry {
  column-count: 2;
}

Help please...

Andrés Montoya
  • 4,079
  • 4
  • 18
  • 33

0 Answers0