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

developed QR code component using css and html.

@nipungunarathna

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

RKennedyy 100

@RKennedyy

Posted

Looks good!

One thing I would mention is to add some padding to your .box class :

.box {
  background-color: white;
  border: 2px ;
  border-radius: 20px;
  margin: auto;
  width: 320px;
  height: 473px;
  padding : 10px;
}

And maybe just the background color of the body :

body{ background-color: hsl(212, 45%, 89%); }

But with that said its a great attempt!

0

@nipungunarathna

Posted

@RKennedyy thank you for your valuable 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