Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 1 year ago

Mobile scanner using Css

accessibility, angular, animation, bootstrap, django
Laxdoms•40
@Laxdoms
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

  • Olaniyi Ezekiel•7,580
    @Ezekiel225
    Posted over 1 year ago

    Hello @Laxdoms

    Your project looks really good!

    I just have a few suggestions:

    Consider adding a min-height of 100vh to the body element centralize your project and also, reduce the font size of the paragraph tag with the class oflabel from 1.5rem to 1rem. Change the background-color of the hsl(212, 45%, 89%)

    body {
      min-height: 100vh;
      justify-content: center;
      display: flex;
      align-items: center
      background-color: hsl(212, 45%, 89%);
    }
    
    .label {
      font-size: 1rem;
    }
    

    I hope it helps!

    Other than that, great job!

    Happy coding.

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