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 QR Component using HTML and CSS

@LunaHeuguerot

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

Edith 50

@ShiRaw11

Posted

Some few suggestions for improvement: Wrap the content in a landmark like a main tag. Have styles to center your container in the body instead of having a margin top. Have some padding on the container. Otherwise looks good!.

0
djklive 60

@djklive

Posted

Hello there . i have a suggestions : To center horizontally your qr-container you give a height to the body and use the css properties display: flex and align-items: center Here is an examples

body {
height : 100vh;
display: flex;
align-items: center;
}

I hope you find it useful

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