Bootstrap classes for cards

Hi,

Does anyone use these bootstrap classes for cards in their designs?
Don’t know exactly where to post the topic so I posted it here.

.card-group
.card-deck
.card-columns

Was testing them and seems to be working well.

See examples
Bootstrapclasscards.bloc (722.6 KB)

Using card-columns as sometimes its easier to apply compared to flex for a same height.

@Jerry, Funny enough I learnt recently about another bootstrap class that works in BS 4 and 5. Add it to the card for equal height

.h-100

Card-columns and card-deck have been dropped in BS5 I think.

2 Likes

Just card-deck has been dropped I Think, but I saw the .h100 also but I was still working in bootstrap 4
In bootstrap 5, They used the .row-cols` classes instead.