Design comparison
SolutionDesign
Solution retrospective
How did you get the text to span the width of the div? When I added spacing or increased font it looked odd.
Community feedback
- @adram3l3chPosted over 2 years ago
Hi Angela congrats on finishing the challenge. It seems like the image is missing. When I gone through your code I found the href you are using is
/images/image-qr-code.png
. The/
means the root. When you host your site the root wont be your root folder. So you have to simply omit the/
or simply use./
instead of/
which denotes the current folder.images/image-qr-code.png
or
./images/image-qr-code.png
4
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