Submitted over 1 year ago
Responsive solution to four card feature section using flexbox
@valentinalopezh98
Design comparison
SolutionDesign
Solution retrospective
Hello everyone, this is my solution to the challenge. If you have some time to check it out and let me know if there is anything I can improve, I would be very grateful.
Community feedback
- @VCaramesPosted over 1 year ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The
main
element should only ⚠️ be wrapping the card section since that is the main content of your page.
- The intro heading and paragraph ⚠️ should be wrapped inside a
header
element.
- Using
CSS Grid
withGrid-Template-Areas
will make things way easier 💯 when building the layout; it will give you full control of the layout.
If you have any questions or need further clarification, you can always check out my submission and/or feel free to reach out to me.
Happy Coding! 👾
Marked as helpful0@valentinalopezh98Posted over 1 year ago@vcarames Thanks for the feedback, it was very helpful!
1 - The
Please log in to post a comment
Log in with GitHubJoin 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