Design comparison
SolutionDesign
Community feedback
- @EddieBones1Posted 2 months ago
You're off to a really great start! but I noticed there are a few things that is missing in your code. One of them is the background color of the page.
body{ background-color: #d5e1ef; }
Also, the custom font family Outfit is missing in the head section of the index.html file.
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap" rel="stylesheet">
Once you copy and paste the code above in the body section of your html file. You will be able set the font family to Outfit in the
h1
andp
selectors in your stylesheet. Also, you have to change the font-weight to what is shown in the Figma Style folder they provided.Hope this helps 😁
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