Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Quite proud of the overall result but I should name my classes for a better readability of the code for external people
What challenges did you encounter, and how did you overcome them?I struggled with table as it was my first time I had to read the documentation
What specific areas of your project would you like help with?The Young Serif feels a bit off. Let me know if there is an issue in my CSS file.
Community feedback
- @hitmorecodePosted 1 day ago
Nice well done. The problem with the font family is because you made a typing error. It should be Young Serif and not Young-Serif
header{ font-family: "Young-Serif", "Times New Roman" , serif; font-weight: 400; font-size: 20px; color: hsl(24, 5%, 18%); font-style: normal; letter-spacing: -1px; }
- Your page is not really responsive, when switching to small screen size there is an overflow.
- Don't use
max-width: 100%;
on the body. By default the body already has a width of 100%.
I hope you find this helpful. Keep it up 👍👌
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