Design comparison
Solution retrospective
I think I need to overcome the challenge of importing a font family next time, this time I just adapted a web-safe font so the work is not perfect.
What challenges did you encounter, and how did you overcome them?I encountered only a few small challenges.
Community feedback
- @gilotinPosted 27 days ago
Hello, I'll try to provide some suggestions to improve your codding skills. Hope they will help you.
-
you should provide a proper documentation. If you don't know how, there is a guide in the challenge materials. If you don't know how to use Markdown you can check this crash course ; Documentation is needed in your future work and it's important to know how to write is property.
-
Don't use strong tag for bolding your text, you can find information about SEO in internet and try to learn how to use html tags before going forward with Dom manipulation and JavaScript. People are ignoring CSS and HTML, but they are crucial skills for all frontend developers. Instead you can use <span> tag to style the text or use <b> tag, but with span and one class you can style everything at once with css.
-
Use class names for everything you have to style and try to have same specificity. If you don't know what it is you can check this video
Happy codding.
Marked as helpful1 -
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