Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted almost 3 years ago

QR code card with HTML and CSS

sass/scss
Shweta Roy•10
@shwetaps605
A solution to the QR code component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)
Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • Johnny•490
    @johnnysedh3lllo
    Posted almost 3 years ago

    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;
    }
    

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub