Flex box , css variables , css querys

Solution retrospective
I'd like to get your feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @simonhernandez
Hello Erik! I noticed a couple of things that might be worth taking a look at:
-Inside the
main
element, consider separating each of the sections withsection
tags, that way you will have a clean and semantic HTML structure.-Each title should be a heading rather than a paragraph. Consider replacing the
p
elements forh2
andh3
elements, following a hierarchical order.-Consider adding a breakpoint for medium screen sizes.
Keep up the good work!
Marked as helpful
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