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

Mobile First Vanilla CSS & JS (specific widths only)

christopher IIā€¢ 1,200

@donchriscorleone

Desktop design screenshot for the Article preview component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I dont know why some pictures/icon dont show in github. My other solutions in github works properly.

In my machine, it works properly.

Any feedback would help.

Community feedback

darryncodesā€¢ 6,430

@darryncodes

Posted

Hi Christopher,

This can be simple an infuriating. 99% sure you'll just need to remove the "/" from your file paths. For example: <link rel="stylesheet" href="style.css"> / <img src="images/avatar-michelle.jpg" alt="avatar" class="avatar">.

Hope it works out!

0
Yazdunā€¢ 1,310

@Yazdun

Posted

Hello Christopher ! The icon issue is probably <img src="/images/..."> change them to <img src="./images/..."> and see if it works on github pages

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