Design comparison
SolutionDesign
Solution retrospective
Trying out front-end mentor for the first time, very enjoyable!
Community feedback
- @mattstuddertPosted almost 5 years ago
Glad you enjoyed the challenge, Nino! You've done a really good job 👍
One thing I'd recommend is to avoid using IDs as selectors in your CSS. They have very high specificity and they can't be reused on the page. Instead, I'd recommend sticking to class, attribute, pseudo, and type selectors. This will help keep your CSS code more manageable, especially as you start building larger projects.
Let me know if you have any questions. Keep up the great work!
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