Design comparison
Solution retrospective
Hi, this is my first front-end mentor challenge. I found most of this challenge to be relatively basic however, I somehow struggled to center the whole container despite spending some time on it. I would really like some feedback on what I can improve on thanks.
Also I am not sure how to use GitHub pages so I please use the link to my github page instead.
Community feedback
- @ferlagherPosted over 2 years ago
Hi! Your page is not displaying correctly because you don have any "index.html" in the root of your repository. You have to rename your "qrCode.html" to "index.html". This applies to any website, the home page must always be "index.html" and it has to be in the root of the project. I also recommend you to move the styles to an external css file (just copy all the code inside the style tags, without the tags) and then link the css to the index.html using
<link rel="stylesheet" href="./path/to/your/css">
inside the<head>
tag.Marked as helpful1@O-O26Posted over 2 years ago@ferlagher Thank you very much for your feedback. I will make the changes.
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