Explaining the issue in words is a bit challenging for me as English is not my first language. Please take a look at the image I have linked below for a better understanding of my problem.
https://i.sstatic.net/68zan.jpg
Currently, I am utilizing bootstrap 4, but if accomplishing this using pure CSS and HTML is possible, that would also work for me. The problem lies in the variation of word counts in the titles and paragraphs of each column card. However, it is imperative to achieve a consistent layout.
- All titles should align at the top and be on the same line.
- All paragraphs should align at the top right after the title and be aligned in the same horizontal line.
- All buttons (green squares) should align at the bottom of the card.
I have utilized min-height
in CSS to address this issue. However, when dealing with short titles and paragraphs, the user interface does not appear optimal.
Please provide guidance on how to tackle this challenge. Thank you in advance.