Cards using Flex

I have a question about cards and flexbox. I have three cards and was wondering how you set it up so the buttons line up horizontally even though the paragraphs are of different length. Thanks you!

Can you please post your read-only link?

Hi @java_I_tess,

Oh, that’s a good question. If I understand you correctly, then I have a solution. I’m doing something similar on my portfolio site: https://preview.webflow.com/preview/micah-ryans-webflow-site?preview=09ac8571cac44832d4791cc49024a5f4

I believe the following will work:

  1. Give your parent flexbox element a set height that allows all the content to be visible
  2. Give your button a position: absolute, and select Bottom.

Hope this helps :grinning:

  • Micah

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.