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

Giridharanโ€ข 10

@GiriRock

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

Lucas ๐Ÿ‘พโ€ข 104,420

@correlucas

Posted

๐Ÿ‘พHi Giridharan, congratulations for your first solution!๐Ÿ‘‹ Welcome to the Frontend Mentor Coding Community!

Great solution and great start! By what I saw youโ€™re on the right track. Iโ€™ve few suggestions to you that you can consider to add to your code:

1.Use <main> instead of <div> to wrap the card container. This way you show that this is the main block of content and also replace the div with a semantic tag.

2.Replace the <div> containing the main title with <h1> note that this title is the main heading for this page and every page needs one h1 to show which is the most important heading. Use the sequence h1 h2 h3 h4 h5 to show the hierarchy of your titles in level of importance, never jump a level.

3.Use units as rem or em instead of px to improve your performance by resizing fonts between different screens and devices. These units are better to make your website more accessible. REM does not just apply to font size, but to all sizes as well.

โœŒ๏ธ I hope this helps you and happy coding!

0
Luz De La Rosaโ€ข 100

@luztherose

Posted

Hi Giridharan ๐Ÿ‘‹๐Ÿพ

Congratulation on completing this challenge. Your solution looks great. I have some tips regarding your solution if you donโ€™t mind:

  • When writing your HTML always try to use semantics elements whenever possible. For example header, main, h1, p, footer, instead of divs.

  • The text for the alt="QR" attribute tries to make it as descriptive as possible since this is the text that will be displayed if the image cannot be loaded. for example alt="This is a QR code to frontend mentor".

  • For naming your stylesheet, you could use a more standard name like style.css(optional)

Overall Excellent work! Hopefully, this feedback helps.

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