
Design comparison
SolutionDesign
Community feedback
- @DmitriyStupinPosted 13 days ago
Hi, nice job done. Here are a couple of tips:
- For naming classes, I advise you to use the BEM methodology, this will allow you to better structure your code, make it easier to write classes, and also give understanding to other developers when reading your code.
- I also advise you to break css styles into parts, that is, not to write everything in one style.css file, but to break them into blocks.
- I strongly recommend connecting fonts via the @font-face directive. Your method also has a place to be, but when using it, you access a third-party service, which increases the load on the site.
- I see that you tried to reset some browser styles. I recommend using reset.css or normalize.css for this. There are many options on the internet from other developers.
Marked as helpful1@AdanMaidanaPosted 13 days ago@DmitriyStupin Thanks for your advice, I'll keep it in mind to apply it from now on, greetings!
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