Design comparison
SolutionDesign
Solution retrospective
Areas to make adjustments?
Community feedback
- @vanzasetiaPosted over 2 years ago
Hi, Etinhandy! 👋
Congratulations on finishing this challenge! 🎉
Some recommendations from me.
- As you may notice that the site has a different
font-family
from the design. So, I recommend importing thefont-family
to make the site looks closer to the design. - Always use classes to reference all the elements that you want to style. Using
id
is going to make your stylesheet have high specificity (hard to maintain). As a side note, ideally,id
should be used for anchoring.
Hope this helps. 🙂
Marked as helpful0@EtinhandyPosted over 2 years ago@vanzasetia Thank you very much. Your insights are always valuable
0 - As you may notice that the site has a different
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