QR code component using CSS

Solution retrospective
I'm most proud of the fact that I was able to recreate the sample almost perfectly on my own. Next time I would definitely switch up some styles if the project requirements allow me to.
What challenges did you encounter, and how did you overcome them?I had the problem where I forgot to link my CSS file to my HTML, so the styles weren't showing up on the page. I took a moment to figure it out and I finally realized.
What specific areas of your project would you like help with?None.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sibi404
Try to add appropriate colours
p { font-family: "Outfit", sans-serif; font-weight: 400; font-size: 15px; text-align: center; color: hsl(220, 15%, 55%); }
While styling paragraph or like tags try to specify the parent div
Another thing I noticed is that the width of card is small than the actual size
Marked as helpful
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