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

nothing special

@taleb-khaddour

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@LegendaryGhost

Posted

Your screenshot preview of the is pretty close to it but when I opened the link to the live site, it seemed like the CSS file hasn't be loaded.

Avoid writing "/" in front of the relative path because it makes the server look for the file at its root folder instead of the folder where the file containing the URL is located

In summary, you should change this:

<link rel="stylesheet" type="text/css" href="/style.css" />

into this in order to make it work on the server:

<link rel="stylesheet" type="text/css" href="style.css" />
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