Deployed QR Code component - HTML & CSS warmup
Design comparison
Solution retrospective
I am most proud of my ability to deploy the site. HTML and CSS are not new to me and this challenge was a fun warm-up, but my goal is to put more code out there and get out of the sandboxes and tutorials.
What challenges did you encounter, and how did you overcome them?This was my introduction to Vercel. I also used many different devices, which gave me more github practice. Branching & merging this project was good experience.
What specific areas of your project would you like help with?Going beyond vanilla frameworks.
Community feedback
- @robcrockPosted 3 months ago
Great job on your first challenge. Just wanted to hop in and share some more helpful resources. I noticed that you could have used an
h2
instead of aheader
and adiv
instead of aspan
. To learn more about all the tags and their uses refer to MDN. And since you probably aren't worried about how the content in this card wraps,flex-direction: column
might slightly more direct thanflex-flow
. Know that everything above is just nit picky. Your solution totally works and looks great 😊0@tremckinleyPosted 3 months ago@robcrock Thanks for the feedback! I think I was playing around with tags when I was having an issue with the Google font and forgot to set some of them back. I am happy to hear feedback on from folks who know what developers see in other folks code so nit picks are welcome!
0
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