Submitted about 3 years ago
Responsive website using Sass flex and grid mobile first
@CostiVoicu
Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcomed!
Community feedback
- @hardy333Posted about 3 years ago
Hey, website looks super clean and nice. You even added purple borders on Patrick's and Daniel's profile images, the fact that you don't miss that detail is quite impressive -- GOOD JOB.
In terms of your code I have few suggesstions:
- In html everything looks good, only thing you can maybe think of changing is to use dame className ".card" on card elements instead of .card1, card2 and so on , taht way your .card has all the same styles and then you modify them with your .light, .dark classes.
- in scss, dont nest selectors in body, that is just useless and adds additional nested parent which is not that good, in general in scss too much nesting is not very good.
Marked as helpful4
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