Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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.
Community feedback
- @TrenyceCodesPosted 8 months ago
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 helpful0
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