Responsive QR Code Component built with basic CSS properties

Solution retrospective
All corrections have been made. Kindly check this out!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
Hay ! Chiamaka Mary-Anne Ugwu Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Always use the "alt attribute" and write what img is , and if the img is for decorative then leave it empty but always add it with img tag.
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
Marked as helpful - @GitHub-dev12345
In image accessibility give the image alternative name like👇
<img src="./image/bill.jpg" alt="bill gates">Marked as helpful - @GitHub-dev12345
Reduce accessibility to change this code 😊👇
<div class="box"> to <main> ( used main tag). <div class="attribution"> to <footer> ( Uses footer tag for footer design)Marked as helpful - @GitHub-dev12345
Congratulation Nice Work Keep it up 😉👍
Used this code want your card in center position :
in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }
in Card Design CSS Code used this property: align-self: center;
Marked as helpful - Account deleted
Hello there! 👋
Congratulations on finishing your challenge! 🎉
I have some feedback on this solution:
- Always Use Semantic HTML instead of
div
like<main>
<header>
<footer>
, etc for more info - All Images must have alternate text
i hope this is helpful and goodluck!
Marked as helpful - Always Use Semantic HTML instead of
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