Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

qr-code-component-main using HTML & CSS

Jihane 110

@Jijinet

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

Atif Iqbal 3,200

@atif-dev

Posted

Hi Jihane, congrats🎉 on completing the challenge. Better take care about following points.

  • Always check Frontendmentor Report Generator issues after submitting the project for removing errors and warnings. Use alt (alternate text) attribute as it is mentioned in your Accessibility Report. alt attribute is used for Screen readers technology. Why alt attribute matters? Read here.
  • There is unnecessary scroll in your solution, for fixing that proper centering modify your code as:
body {
  background-color: var(--light-gray);
  display: grid;
  min-height: 100vh;
  place-content: center;
}

plus remove all the code from .main selector and remove height: 50%; from .card selector.

  • When we open GitHub repository link, at right side you will find an About Section. There, also include live preview link of your project. It is better for someone to check your live project while interacting with code.

(Have any questions🧪?reply to this comment😇)

Hope you will find this Feedback Helpful.🙂

Marked as helpful

0

Jihane 110

@Jijinet

Posted

@atif-dev thanks a lot, that was very helpful

1

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