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 card with HTML and CSS

#sass/scss

@shwetaps605

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

Johnny 470

@johnnysedh3lllo

Posted

hey, really nice one for submitting the challenge.

i do have some comments though, i hope that's okay.

  • i notice you used flexbox. although, your card isn't centered. you can add this to make the page a full page and place the card at the center.
  • i also noticed you didn't use the specified font in the style-guide.md. you can do that by opening the file inside your text editor then follow the link to google fonts.
body  {
width: 100%; 
min-height: 100vh; 
display: flex;
justify-content: center;
align-items: center;
}
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