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 Component

@Guga-tab

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

Dipesh 130

@ddkogit

Posted

use flexbox for this kind of layout, it will be much easier.

1
Kimo Spark 2,190

@kimodev1990

Posted

Great work in completing the challenge, Just a few feedback :

  • To center your container in the middle of your website, you could add in body :
display: flex ;
justify-content: center ;
align-items: center ;
min-height: 100vh ;

then the container will be centered, no need to use margin: 15px auto ;

  • Wrap your design in main tag.
  • You could use clamp ( ) method in your coding for font-size, width, margins, padding, etc., So the designed sizes will change according to the viewport dimensions having a responsive design and will be suitable for any device layout.

Hope you find this Helpful.

Other than that, Really Nice work & keep Going on

1

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