Design comparison
Solution retrospective
While building this project I found difficulties in positioning div,elements and paragraphs. I am unsure of how to position heading right below the QR code image where the text and image are symmetric .
Community feedback
- @Des2DevPosted over 2 years ago
Hi @bisu22,
- you don't have a CSS folder in GitHub. Therefore you can either create a new folder and place your
style.css
file in that folder.
OR
- you can get rid of
css/
path in your link, like this<link rel="stylesheet" href="style.css">
.
and same rule to your
img
element,<img src="image-qr-code.png" alt="QR code">
. always try to add some text toalt=" "
attribute.I think this feedback will helpful, and best wishes for your upcoming challenges.
Marked as helpful0 - you don't have a CSS folder in GitHub. Therefore you can either create a new folder and place your
- @oallelsefailoPosted over 2 years ago
Hey @bisu22,
I think you have your style sheet linked within a folder on your index.html file (
href="css/style.css"
), although I didn't see that folder in github. It looks like it's sitting in your root file so the style isn't loading. I'd start with fixing that part then we can see how it actually looks.Marked as helpful0@bisu22Posted over 2 years ago@oallelsefailo Thanks for the solution. Will try the same.
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