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 landing page using CSS grid

22Theresecodesβ€’ 80

@22Theresecodes

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 didn't find the project difficult because I'm already used to Html and CSS.

Community feedback

@Procodx

Posted

Hi there, you did a very good Job, however as a web designer or developer...its very good to pay attention to details, especially when it comes to text or colors.

For example, your heading is a little bigger than the original heading, that's why it's using three lines instead of two lines.

When you try as much as possible to pay attention to little details like that, it makes you different from any other type of developer.

** I hope this info encourages you πŸ˜Šβœ” **

Marked as helpful

0

22Theresecodesβ€’ 80

@22Theresecodes

Posted

@Procodx Thank you, I'm working on my attention to detail

0
Francisco Carrilloβ€’ 5,540

@frank-itachi

Posted

Hello there πŸ‘‹. Congratulation for completing the challengeπŸ‘!

I have some suggestions about your code that might interest you.

HTML πŸ“„:

  • Wrap the page's whole main content in the <main> tag.

CSS 🎨:

  • Avoid using absolute length units px, especially for font-size and width properties, because they are not relative to anything else so that means they will always be the same size. Instead, you can use relative lengths like em or rem. The benefit of that last one is element which has that unit will scale relatively to everything else within the page, e.g., the parent container. You can dig up about it here.

I hope you find it useful! πŸ˜„ Above all, you did a good job!

Happy <coding /> 😎!

Marked as helpful

0

22Theresecodesβ€’ 80

@22Theresecodes

Posted

@frank-itachi thanks for this, I just effected the changes

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