Submitted about 3 years agoA solution to the 3-column preview card component challenge
Mobile First Responsive 3-Column Preview plain HTML/CSS
accessibility
@lemreyes

Solution retrospective
How do you make sure columns have the same height? For my case I used flexbox with child containers set as flex:1.
The "Learn More" button alignment was tricky as well to align. What I did was to set the parent container as position: relative. Then the button was set as position: absolute and the bottom position equal to the bottom padding.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Lemuel Leogene Reyes's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord