Design comparison
Solution retrospective
guessing the size
What specific areas of your project would you like help with?not sure if i got the size of the card right
Community feedback
- @MacChristoPosted 24 days ago
First off, Your QR image isn't showing on the live site. I think your image path is wrong. It should be
images/image-qr-code.png
. Try adding a bit of border-radius to your QR code. From what I saw in the Frontendmentor preview, the border radius are missing.Try these corrections in your code. You did well mate. And I liked how you didn't use a lot of code. When i did mine some time ago, i used a whole lot of code and it wasn't even as clean as yours😂😂😂😂.
Good work 👍
Marked as helpful0@weValueYourPrivacyPosted 23 days agothanks i didint realize i messed up the file path. i cant realy see a border but it kind of looks like there might be a botom shadow on the bottom so i added that. thank you@MacChristo
0@MacChristoPosted 23 days ago@weValueYourPrivacy Yeah. It's good now. The image is visible now.
Ok. About the border, it's BORDER-RADIUS. Like what you added to make the container edges round. Just add
border-radius: 8px
to your QR image class in your CSS. That should do it ✅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