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

Página 100% responsiva usando flexbox

@Ivanzapata2126

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

@lantiguav

Posted

Nice solution! I would recommend avoiding the use of pixels for font sizes because they override the user's text size settings in the browser. Instead, I suggest using REM.

On a separate note, it looks like you're missing a box shadow on .card-container:

.card-container {
    ... your styles
    box-shadow: 0px 25px 25px 0px #0000000C;
}
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