Design comparison
Solution retrospective
First time submitting a solution, I would a like an honest review.
Community feedback
- @mattstuddertPosted almost 5 years ago
Awesome work on this challenge and congrats on submitting your first solution! Your project looks really good. My main piece of feedback would be to not add unnecessary complexity to your CSS selectors. For example,
.main-content .main-content__text .main-content__btn
could just be.main-content__btn
. This will help keep your code more maintainable, especially as you start building larger projects.Keep up the great work!
1@ShadowbestPosted almost 5 years ago@mattstuddert thank you for responding matt, i'll take the css selector complexity into account next time.
1
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