Design comparison
Solution retrospective
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
- @godlyjennaPosted 5 months ago
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 helpful2 - @0xabdulkhaliqPosted 5 months ago
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 theimage
.
- The
alt
withQR Code
is not even explaining for what the QR image need to be used.
- So update the
alt
with meaningful text which explains likeQR 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 helpful1
Please log in to post a comment
Log in with GitHubJoin 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