HTML using CSS Grid, Flex and SASS

Solution retrospective
I'm only learning, need your suggestion and pieces of advice
Please log in to post a comment
Log in with GitHubCommunity feedback
- @elidrissidev
Great work overall, like @hardy mentioned just try to use less intensive shadows by increasing alpha value in shadow color and increasing the blur. Additionally I have a couple of suggestions:
- The "Why Us" section is a list of reasons to choose this fictional service. So it makes sense to use a more semantic element,
ul
. It looks ugly by default but you can always style it according to the design. - In your CSS, I see you're using a mix of a responsive unit (
rem
) and absolute unit (px
) which is something you'd want to avoid because absolute units do not scale with the browser's font size setting, you can learn more about responsive units in this article.
Good luck, and keep up the good work!
Marked as helpful - The "Why Us" section is a list of reasons to choose this fictional service. So it makes sense to use a more semantic element,
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