Design comparison
SolutionDesign
Solution retrospective
All feedback iswelcome thank you in advance
Community feedback
- @johnnygerardPosted 9 months ago
Hello @Harinivasan30,
Your image is not loading because you have no images in your repository.
Based on your HTML
<img src="images/image-qr-code.png" alt="">
, you should store the QR code image in theimages
folder in your code repository.You should also avoid
@import
for the fonts. Prefer using thelink
tags (in thehead
element):<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Outfit&display=swap" rel="stylesheet">
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