Design comparison
Solution retrospective
This is my finished project. Can someone explain me why the 2 images that should be on the background, doesn't show up?
Thank you in advance!
Community feedback
- @gwtpraveenPosted over 2 years ago
congratulation on completing the challenge.
your CSS file locate in the dict file so in this case if you want to access the image file you want to go to the parent directory like this
../images/###
body { background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg); }
./ represent current directory
Marked as helpful0@sildanielsPosted over 2 years ago@Tim5583 Thank you, I've just moved the .css file into root folder, updated all the links, and everything is good now! Cheers ;)
0 - @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge.
Keep up the good work
Your solution looks great however the card is missing a subtle box-shadow.
In terms of accessibility issues simply wrap all your content between main tags
I hope this helps.
Cheers Happy coding š
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