I have used ‘cards’ to contain my text. I had to set a min and max length to make the cards the same size. this worked for most of my site but I have a few pages with some cards which cant have a min and max height. I have removed the min and max legth so back to square one.
Could I have 2 seperate .card in css so can have one set with the min/max and another without?
or is there another solution
so that cards are the same size
tried setting min/max length and width
2
Answers
yes you can create two seperate classes
You can try, using flexbox or even set up a grid, to get equal sized cards: