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

Aws 20

@Sword133

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

Radek 490

@Radexman

Posted

Hi there, good job on that project! If you don’t mind, I will provide you with some feedback. So I checked your code and it appears that you started with <h2>, this is considered a mistake because when using headings we want to stick to the so - called hierarchy. We typically want to start from h1 and move our way to h6. Here is some good resource on that topic:

https://www.contentkingapp.com/academy/headings/

Also instead of using <br> tag try to add some and font-size to your text, in this way it will wrap more naturally. Also adding padding-inline should help. Try to avoid using top, left to position elements on your page, it may cause some issues with responsiveness. If you are not aware of flexbox yet you should definitely check it out:

https://css-tricks.com/snippets/css/a-guide-to-flexbox/

It will help you a lot with positioning elements on the page. I hope I was a little bit helpful :)

Good luck on next projects and happy coding!

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