Design comparison
SolutionDesign
Solution retrospective
Hello everyone! This is my first project here and as a beginner, I'd like to receive some feedback on my code and how can I improve it more.
Community feedback
- @mattstuddertPosted almost 5 years ago
Nice work, Oscar, and congrats on submitting your first solution! You've done a really good job. The only thing I'd recommend with your CSS code is to not make your selectors too specific unnecessarily. For example,
.subscription .section-content .span-2
could just be.span-2
. This will help keep your code more maintainable as you start building larger projects.Keep up the great work!
0
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