Design comparison
SolutionDesign
Solution retrospective
Please give your Opinion how I can follow best practices and improve myself.
Community feedback
- @MelvinAguilarPosted about 2 years ago
Hi @Anubhav-Ray ๐, good job completing this challenge! ๐
I have some suggestions you might consider to improve your code:
- You can use a single paragraph element instead of two and use
text-align: center
to the.card
selector to center the text in the card.
<p>Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
- The alternative text must not contain hyphens, underscores, or the words "image" or "photo", it must be human readable.
- To make alternative texts more worthwhile, add descriptive text to the alt attribute of the QR image to explain what the QR image does. Upon scanning the QR code, you will be redirected to the frontendmentor.io website, so an example of alternative text would be "QR code to frontendmentor.io". You can read more about alternative text here.
Above all, the project is done well๐. I hope those tips will help you! ๐
Good job, and happy coding! ๐
Marked as helpful1 - You can use a single paragraph element instead of two and use
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