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

Shayy 10

@darkshayy

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


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

@Periodication

Posted

  • 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 have margin: 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 be hsl(216, 15%, 48%).

All of that aside, you did a pretty good job! Good luck with future challenges!

0

@suzzy-dszy

Posted

  • 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 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