Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Request path contains unescaped characters
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

@Rappeu

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

Travolgi 🍕 31,420

@denielden

Posted

Hi Raphael, great work on this challenge! 😉

Here are a few tips for improve your code:

  • the css url is wrong, fix like it: <link rel="stylesheet" href="styles/style.css"> or <link rel="stylesheet" href="./styles/style.css"> and not <link rel="stylesheet" href="/styles/style.css">
  • add main tag and wrap the card for improve the Accessibility
  • use h1 for the title of card
  • instead of using px use relative units of measurement like rem -> read here

Overall you did well 😁 Hope this help!

Marked as helpful

2

@Rappeu

Posted

@denielden Thank you, I really appreciate it. I’ll try what you said in the next challenge I’m doing. Have a great day.

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