Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

QR-Card build via html and css

@mabsattar

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@EddieBones1

Posted

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 and p 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 helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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