Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
10
Comments
1
Muhammad Zubair
@Mini-Elliot

All comments

  • Ajay Krishna Satyavarapu•20
    @AjayKrishna55
    Submitted over 1 year ago

    QR-Code Component

    2
    Muhammad Zubair•160
    @Mini-Elliot
    Posted over 1 year ago

    Good effort but you should give the value of media query like this (max-width: 375px) instead of: @media (maxwidth: 375px)

    The CSS code you written for image resembles Sass nesting, but for standard CSS, you should not nest rules like that. Here's the corrected version:

    css .image img { max-width: 450px; max-height: 750px; }

    instead of:

    .image img { .container { max-width: 450px; max-height: 750px; } } Happy coding! 😄

    Marked as helpful
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

Oops! 😬

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

Log in with GitHub