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 Code Card with flex and media queries

mokua 10

@JamesMokua

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

Kenbak 40

@Kenbak

Posted

Hello friend! Congrats on your first challenge!

You might want to change the background color to:

body {
  background-color:hsl(212, 45%, 89%)
}

And the paragraph color to a lightgray!

You can also use this code to center your elements:

body {
    min-height: 100vh;
    display: grid;
    place-content: center;
}

Hope it helped, and will be looking forward to your next challenges!

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