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

HTML5, CSS , FLEXBOX

Costa 20

@ConstantinIlisescu

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I really enjoyed this challenge because it was easy enough to complete, and boost my confidence in taking on new challenges.

Community feedback

Ahmed Bayoumi 6,740

@Bayoumi-dev

Posted

Hey Costa, You have an accessibility issue you need to fix.

  • Document should have one main landmark, Contain the component in <main>.
<main>
   <div class="card">
      //...
   </div>
</main>

Keep coding👍

Marked as helpful

1

Costa 20

@ConstantinIlisescu

Posted

@Bayoumi-dev Thank you for your feedback, really appreciate it. I noticed this issue highlighted in the report section, however, I was not sure exactly what I need to include. Your snip example opened my eyes. Thanks

0
Danilo Blas 6,300

@Sdann26

Posted

Hi Costa!

Your project is missing the typography and colors in the texts, I would recommend you to see the file style-guide.md, which is in the files when you download the zip of the project.

If you can check it, it will serve as a guide to make your projects or it will be very difficult for you to get the same design.

1

Costa 20

@ConstantinIlisescu

Posted

@Sdann26 Thank you for your feedback, really appreciate it. I saw the style-guide.md file but I totally forgot about the text styling, I just took the colors. I will keep this in mind for my next projects. Thanks

1
Danilo Blas 6,300

@Sdann26

Posted

@ConstantinIlisescu By the way my laptop screen is not that big and you can't see the .card since the body height size is fixed if you can instead of height you can use min-height: 100vh this gives it the possibility to grow if what is inside exceeds the minimum height size.

Finally the size of the title and the card I think you have realized that they should be smaller to look like the design but if you want you can give p a font-size of 18px.

p {
    font-size: 18px;
    font-weight: 400;
    padding: 0 25px;
    color: var(--GrayishBlue);
}

This way it looks the same as the design. That's all.

Good luck Costa :D!

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