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

Yabsira 710

@Yabsira21

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

@FridaWaldt

Posted

Hi Yabsira! Great job on completing this challenge. 🎉

I looked through your code and well done on making it easily readable! I wanted to suggest a couple of things to you, let me know what you think. 😊

I see you left the alt attribute on the img tag empty, I would strongly recommend to fill this out, you can write for example "QR code: Frontend Mentor". Here's a nice article on the subject of Accessability! Accessability article

To center your card I would recommend removing margin: 0; in your CSS on the body tag, instead adding:

display: grid;
place-items: center;
height: 100vh;

You can also remove the following on the div tag and it would look centered:

margin: 0 auto;
position: relative;
top: 100px;

Good luck with your next challenge, you'll do great! 🎇

Marked as helpful

1

Yabsira 710

@Yabsira21

Posted

@FridaWaldt Thanks for the feedback

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