
Solution retrospective
I took too much time to make this so i'll try to optimize my time next time.
What challenges did you encounter, and how did you overcome them?I didn't remember how to do some things, but I searched it out and got it right I guess.
What specific areas of your project would you like help with?I probably complicated things more than it was supposed to, so any help would be welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @TrenyceCodes
Hey @Klyyyf,
Good job on completing this solution. For your css file, you can add @font-face, :root css selector to your css code.
:root { :root { --white: hsl(0, 0%, 100%); --light-gray: hsl(212, 45%, 89%); --grayish-blue: hsl(220, 15%, 55%); --dark-blue: hsl(218, 44%, 22%); } @font-face { font-family: Outfit; src: url("./fonts/Outfit.ttf"); }
Marked as helpful
Join 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