QR Code Component with vanilla HTML and CSS

Solution retrospective
It was really fun to go back to the basics and do something using vanilla HTML and CSS!
What challenges did you encounter, and how did you overcome them?Sometimes going back to the basics can be challenging as we barely ever actually do stuff like this at work, so it can be surprisingly challenging sometimes or I at least noticed that I wasn't 100% sure of how to do some stuff that I would've expected to know.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@KelsiePaige
Congrats on completing the project! Some improvements could be, using <p> tags instead of <div> tags for your text. In your css file, I'd remove lines 41, 43, and 49 under your container class. Otherwise, it looks great!
- @YacoubDweik
Good job! would only suggest to use more semantic HTML elements like main & section instead of div, keep it up!
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