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

My first template on this page ;)

Kamil 90

@cami92pl

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

@Blackpachamame

Posted

Hey cami92pl! this looks really good 😎

I have some suggestions for you, although it is not mandatory to apply and you may need to make some adjustments:

  • I recommend doing a small reset to the styles that come by default in the browsers. To do this, you can apply a couple of properties to the universal selector *, with this you will make your site look the same in all browsers:
* {
    margin: 0;
    box-sizing: border-box;
}
  • I leave you the task of researching the reset CSS and the box-sizing: border-box

Marked as helpful

1

Kamil 90

@cami92pl

Posted

@Blackpachamame Thank you for you feedback. I will a look this. Also you are right, I forgot about universal mark "*".

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