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

responsive page customised using css.

Angie-540 10

@Angie-540

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

@DigitaleWeltLibrary

Posted

Hello, small suggestion for improvement:

.qr-container{
    max-width: 320px;
    margin: 1rem;
}

Happy coding

0

Angie-540 10

@Angie-540

Posted

@DigitaleWeltLibrary Thanks, what difference will it make when you change from width to max-width with the similar

0

@DigitaleWeltLibrary

Posted

@Angie-540

The difference is that width is static, and if you use max-width it can get smaller than the value, but never bigger. Important for responsive webdesign.

Happy Coding 😁

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