Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

box shadow

@Sowmisri2306

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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-Olatunbosun

Posted

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 GitHub
Discord logo

Join 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