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 Code component

@stevenarmandoo

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


this is my 2nd solution, I add the alt attribute to img tag. using <main> tag. Open for feedback

Community feedback

Aravindhan 320

@aravindhan7

Posted

hey, one thing i have noticed is that, the font-family you used in CSS .text h2{ .... font-family: Outfit; .... } This doesnt work.

You missed to import the font , and after importing font, (https://www.w3docs.com/snippets/css/how-to-import-google-fonts-in-css-file.html) you should specify

font-family:"outfit", sans-serif;

the imported font should come inside double colon and a second font after comma is called fallback font.

A fallback font is a font face that is used when the primary font face is not loaded yet, or is missing glyphs necessary to render page content.

hope you understand!

Marked as helpful

0

@stevenarmandoo

Posted

thank you for your feedback. I see what you mean. I'll try to fix that soon ! @aravindhan7

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