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

@captainakaps1

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


All Feedbacks are welcome. Thank you for taking a look.

Community feedback

Alamin 1,960

@CodePapa360

Posted

Hi Bright Senyo Akakpo👋 Great job on completing this challenge! 🥳

I would like to share a suggestion with you.

  • Consider using CSS variables to make it easier to update the styling of the page. For example, instead of hardcoding the font family for the body element, you could define a --body-font-family variable and use it in the font-family property:
  body {
      font-family: var(--body-font-family);
  }

This would allow you to easily update the font family for the entire page by changing the value of the --body-font-family variable in one place.

Overall, this is a very well done solution to the challenge. Great job!

Hope I'm Helpful! 👍

Keep up the good work! 😊❤️

1

@captainakaps1

Posted

Hi @CodePapa360. Thank you very much for your review. It is beneficial 😊❤️

1

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