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 challenge newbie

Lazy• 20

@rich4444

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


  • I end up adding a lot of display flex, and I am pretty sure they were not necessary, but I was trying to do it without looking up on google.

  • Also I imported the font they said in the project, but couldn't make the font the same bold as the example.

  • Wasn't sure if the example had a shado under the box, so I place a subtle one just in case

Any advice is welcome I am just starting!

Community feedback

Florencio Britez• 170

@britez13

Posted

Congratulations on completing this project. I see you are importing Raleway font instead of Outfit font. Also, you can fix your accessibility issue by using h1 tag and not h2 tag.

2

Lazy• 20

@rich4444

Posted

@britez13 Oh I see that was my bad, thanks for the help

0
Saman• 120

@samanthewebdev

Posted

i love that u tried to make it ur own and post it even if its not perfect like the exact one i also made this project but with the help of tutorial things i learn i can share with u.

  1. u can add img in html or css as a background(in case u dk how to add img and u didn't add here).
  2. when u will add img the heading and paragraph will automatically fix at the bottom u just need to fix a lil bit of their padding,margin and the border radius of img. hope it will help :)
1

Lazy• 20

@rich4444

Posted

@saman2620 Thanks it does help. You mean place an empty div, and give it the background image, so I can manage it more easily? I think I saw it in some tutorial I did, but didn't think of apply it. Gonna edit it and try it out, thanks!

0
Saman• 120

@samanthewebdev

Posted

@Shioo no in html u can add img in div like

<div class="img" img src""..alt=""> i was talking about css if u just make an empty div in html with a class and don't add any img in it nor anything else leave that div for just img then in css use the name of class and then add background-img with url() and yeah don't forget to mention source in it else it won't work and keep it up :)
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