On the above, if you look at the ‘Visit Website’ buttons for each of the CMS items, they are not aligned. I understand why it’s happening (some brand names/taglines are longer than others) but I can’t seem to figure out a way to get them to align (along with the other elements) I’ve tried flexbox & grid but still the same effect.
Need share link but guess is:
Your flex parent should have align = stretch
The tiles will need height = 100%
Button bottom align can be done a few ways.
Set your tile to relative positioning, put your buttons into a div that has absolute bottom positioning
Set your tile to flexbox vertical and justification to “distribute evenly” The middle elements will not align so you have to put the button in a div and the rest of the content into a div. Having two will keep content up top and button at bottom.