Design comparison
Solution retrospective
Is it just me the qr image isnt loading for?
Community feedback
- @peanutbutterjllyPosted over 1 year ago
hey,
the image doesn't load for me either;
it looks like in the markup(html) your referencing the image in the images folder but in your repository you dont have an images folder, you have the image in the same directory as your html page.
you can fix that by changing the src of the image tag to:
src="./image-qr-code.png"
hope that helps!
2 - @JustDiggsPosted over 1 year ago
Great job on this project! 🎉🎉
I think you did a wonderful job on this project I just wanted to point out something.
If you look in the folder that you are given when you start the challenge, one thing you will be given is a note called style-guide.md. In this, it will contain all the colors and fonts that are used in the sample so that you can better replicate it!
If you were just trying to replicate the challenge without caring about the right font or color, then you did an excellent job, just thought I would leave this just in case. 😊
1
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