Four card feature section using Flexbox and Grid layout
Design comparison
Solution retrospective
Feedback is welcome :)
Community feedback
- @VCaramesPosted almost 2 years 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.
Here is an example of how it works: EXAMPLE
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
1@hkparkjsPosted almost 2 years ago@vcarames I modified main things as you commented. I will also apply grid things. Your comment was really helpful to me! Thank you so much :)
0@VCaramesPosted almost 2 years ago@hkparkjs
I am glad that I was able to help out!
Keep it up!
0 -
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