
Solution retrospective
Please feedback to improve my knowledge
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
Hi Andri,
I have a few html/css Suggestions for you, hope they're helpful
-
it's really important for headings to go in order and not jump heading levels
-
for a list like the why us section, try to use the list elements
-
in css its best to use single class selectors rather than nested element selectors. This will keep specificity low and make larger css projects much easier to maintain
-
next time, try building mobile first. It can lead to much less code and again easier to maintain on larger projects
-
try using min width for things like body height. Then no need to override at different breakpoints.
Hope all that's helpful! Keep going, you're doing well here
-
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