Design comparison
SolutionDesign
Community feedback
- @IzykGitPosted 9 months ago
Looks good however a few things to note.
For your image, when linking to another file remember to include a period if the file is not located in the same folder you are linking from.
So the src directory for your image would be "./assets" instead of "/assets".
Also do not use <span> as a text placeholder as it has no meaning and therefore is not semantic. Span is mainly used for just styling. And your opening span tag is closing with a div tag. This is probably just a typo but always make sure you close with the corresponding tag.
Good luck coding!
Marked as helpful0
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