Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
probably only to position the items
Community feedback
- @danielmrz-devPosted 5 months ago
Hello there!
Congrats on completing the challenge! ā
Your solution looks great!
I have one suggestion:
- When using the tag
<img>
, make sure to set the correct path, otherwise your code won't be able to find the image. And if your code can't find it, it won't show.
š This is your code:
src="/images/illustration-article.svg"
š And here's the update with the correct path:
src="./images/illustration-article.svg"
The difference is just a dot but it's enough to prevent your image from showing.
I hope it helps!
Other than that, great job!
Marked as helpful0 - When using the tag
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