Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Good learning
What challenges did you encounter, and how did you overcome them?Good learning
What specific areas of your project would you like help with?Good learning
Community feedback
- @A-OlatunbosunPosted 6 months ago
Nice job @Sowmisri2306..
you may need to check how you link the author's image because the image is not displaying. i guess there is an error in your src link.
<div class="author"> <img src="CH2\assets\images\image-avatar.webp" alt="author"> <b>Greg Hooper</b> </div>
i think it should be this way, since there is no folder named ch2. you can try the code below and see if it works. goodluck
<div class="author"> <img src="./assets/images/image-avatar.webp" alt="author"> <b>Greg Hooper</b> </div>
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