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 Component

@yassineadel

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

Keethesh 50

@keethesh

Posted

Hey there! That's a nice first try! Here are some things that might help:

  • Try using padding to wrap your text, since padding add space on the "outside" of the element.
  • Loading your CSS styles from a .css file is usually recommended over directly putting all your styles in the HTML
  • Use height: 100vh or width: 100vw to fill the entire body with your background. Don't forget to remove the padding and margins on body with
body {
    margin: 0;
    padding: 0;
}
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