Create a 3 column card component using Html and CSS

To create one seems pretty easy that's if you have the experience using html and CSS.
Here are the steps that could be helpful though.
Flexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces.
How To Create Column Cards.
Step 1) Add HTML: Example