I'm trying to implement a masonry on Bulma CSS through cards, I want something like this:
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...