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 Code Using CSS and HTML

MFA005 50

@MFA005

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


What are you most proud of, and what would you do differently next time?

learning flexbox, use flex box to center stuff

What challenges did you encounter, and how did you overcome them?

did not know how to center the content using containers and flexbox. watched yt videos

What specific areas of your project would you like help with?

how do people plan out what to do first when they have an image and layout in mind of the page?

Community feedback

@godlyjenna

Posted

I like to create a numbered list of steps to take, sometimes i end up adding a step or two along the way but its the best way to keep track of everything (like bookmarking where you left off or remembering if you left off on an issue) especially when you are working without a team.

Marked as helpful

2

@0xabdulkhaliq

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have a suggestion regarding your code that I believe will be of great interest to you.

MAKING QR CODE ACCESSIBLE :

  • The QR Code Component involves scanning the QR code, the image is not a decoration, so it must have an alt attribute which should explain the purpose of the image.
  • The alt with QR Code is not even explaining for what the QR image need to be used.
  • So update the alt with meaningful text which explains like QR code to frontendmentor.io
  • Example:
<img src="qr-code-component-main/images/image-qr-code.png" alt="QR code to frontendmentor.io" class="qr-code">

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

Marked as 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