3-Col Preview Card Component using Flexbox

Solution retrospective
Any feedback is welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi there, Rizwan Mustafa! 👋
Nice job on this challenge! 👏
A few things I'd like to suggest are,
- Switching to a mobile-friendly layout a little sooner to prevent a horizontal scroll bar from appearing along the bottom of the screen.
- Decreasing the space between the paragraph and the "Learn More" elements in the mobile layout.
- Only using a single
<h1>
on the page, since it is often recommended that there only be one of those elements per page (in this case, the headings of each section of the card component could simply be<h2>
s or<h3>
s).
Keep coding (and happy coding, too)! 😁
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