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

Improve-your-front-end-by-building-projects

feldspar58 160

@feldspar58

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

@hady68

Posted

Hey @feldspar58 Great effort on the design, here are a few suggestions to make it look closer to the design given.

  • You can work on the spacing inside the card, that is the margin between the image and the heading.

  • You can import the given font and apply it to the body

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

body {
  font-family: 'Outfit', sans-serif;
  background-color: hsl(212, 45%, 89%);
}
  • Similarly, for the paragraph you can use the same font family and also add the property of line height to add space in between the paragraphs, you can play around with that.

This is a great start, keep improving!

Marked as helpful

0

feldspar58 160

@feldspar58

Posted

@hady68 Thank you very much

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