Design comparison
SolutionDesign
Solution retrospective
Feedback will be appreciatable
Community feedback
- @denieldenPosted over 2 years ago
Hi Nahid, great work on this challenge! 😉
Here are a few tips for improve your code:
- add
text-align: center
tomain .qr_code_card
class - use
h1
for the title of card insteadh4
- to make it look as close to the design as possible add
border-radius: .8rem
tomain .qr_code_card img
class - instead of using
px
use relative units of measurement likerem
-> read here
Overall you did well 😁 Hope this help!
Marked as helpful1@Nahid570Posted over 2 years ago@denielden Thank you so much for your valuable feedback. I will correct myself.
1 - add
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