Since I'm not a native English speaker its difficult to explain the problem with words. Please refer to the image I will explain to my problem below.
Currently, I'm using bootstrap 4, But If this can be done by pure CSS HTML that's also fine. The issue is the column card's title and paragraphs words count different to each column card. But these things must be archive developing the layout.
- All titles should align to the top & should be in the same line.
- All paragraphs should align to the top after the title but all paragraphs should be aligned in the same horizontal line.
- All buttons (Green squares) align to the bottom of the card.
I have done this using min-height
in CSS. But when it comes to short titles & short paragraphs. UI is not so great.
Please show me the direction how to do this. Thanks in advance.