Submitted 3 months ago
Centered QR code using transform: translate for alignments, & margins.
@Sirch9
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Its my second project.
What challenges did you encounter, and how did you overcome them?git commands... I uploaded many documents. Double, actually, and I'm wondering how? My image isn't loading; I don't know how.
What specific areas of your project would you like help with?Anything, including comments and criticisms, all welcomed.
Community feedback
- @Cristal32Posted 3 months ago
Hi, it seems there is an issue with accessing the QR code image in the index.html.
It should be:
<img src="assets/image-qr-code.png" class="qr" alt="image-of-QRcode">
or
<img src="./assets/image-qr-code.png" class="qr" alt="image-of-QRcode">
Instead of:
<img src="/assets/image-qr-code.png" class="qr" alt="image-of-QRcode">
Marked as helpful0
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