
Solution retrospective
After QR code component, this came through pretty easely
What challenges did you encounter, and how did you overcome them?The avatar name wasn’t centered relative to the photo. I fixed it by using display: flex and justify-content: center.
What specific areas of your project would you like help with?Everything is fine
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jroblesclaudio
The same thing happened to me when uploading it to GitHub Pages. I fixed it by changing the paths like /images/logo.png to ./images/logo.png, that worked for me. I hope it helps.
- @Yaashi-Kapdi
I believe you have forgotten or misplaced the image files. You can rectify the site by uploading the images to the repository if not yet. If you have already uploaded the images try updating the image sources with the correct file paths of the respective images. Apart from the image issue the site is excellent!!
Join 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