Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Managed to figure out certain issues I was having before
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?Styling the ordered list was the most difficult part.
Community feedback
- @lynaIFRPosted 3 months ago
Congrats on finishing this project!
- I noticed that the font is not the same, when looked into your code, it turned out you forgot to put a
;
at the end of thesrc
in your@font-face
. - You don't have to give a class name to every tag, in CSS you can select the tag itself.
- there are 2
font-family
in this project : 'outfit' and 'youngSerif'. You can add another@font-face
for the 'outfit' font. But overall, you did a good job!
Marked as helpful1 - I noticed that the font is not the same, when looked into your code, it turned out you forgot to put a
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