Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
None at this time
What challenges did you encounter, and how did you overcome them?getting used to root variables
What specific areas of your project would you like help with?None at this time
Community feedback
- @PeriodicationPosted 3 months ago
- Looks like the font doesn't work on my computer. You should add some code that makes sure the font still works even if it isn't downloaded. Here the code if you want it:
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap" rel="stylesheet">
- Your
<h1>
and<p>
elements should havemargin: 0px;
so that the gaps aren't too big. - The font color on your
<p>
element is too light & hard to read, I think it should behsl(216, 15%, 48%)
.
All of that aside, you did a pretty good job! Good luck with future challenges!
0 - @suzzy-dszyPosted 4 months ago
- The solution closely resembles the required design and makes good use of semantic HTML, ensuring the code is well structured which reflects in the proper responsiveness of the site on different screen sizes.
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