Mobile first approach using HTML, SASS, CSS

Solution retrospective
Any feedback with respect to the use of CSS Grids and SCSS would be appreciated.
I'm still struggling with how to go about organizing my SCSS files; any recommendations for front-end architecture would be appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
👋Hi Shahin!
👍 Good job on completing this challenge! I have some feedback on this solution:
- On mobile view (360px * 640px) the
Rated 5 Stars in...
sentence is not aligned to the center and become two lines. - The name of the person, should not be heading. They should be on paragraph tags. Heading is commonly used for titling a section.
- Also, you need to change the
main__cards
withul
andli
for each card. That way you don't need a heading anymore on each card. - In my opinion the person image is important. So, I recommend to use their name as the
alt
value.
That's it! Hopefully this is helpful!
Marked as helpful - On mobile view (360px * 640px) the
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