Design comparison
SolutionDesign
Solution retrospective
Hi. This is my lastest project on FrontEnd Mentor. Any feedback is appreciated
Community feedback
- @ConradMcGrifterPosted about 3 years ago
your image isnt showing up because you need to add the
src="./images/image-header-desktop.jpg"
on the image element.-
example:
<img class="img-src img-mono" src="./images/image-header-desktop.jpg" alt="">
-
currently you are trying to use the property
content: url("./images/image-header-desktop.jpg")
to link the image but that is not correct
0@shironeko2707Posted about 3 years ago@ConradMcGrifter Thank you for the feedback.I will fix it
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