Design comparison
SolutionDesign
Community feedback
- @osoriodevPosted almost 3 years ago
Hello. I see your styles don't work.
<link rel="stylesheet" href="/styles.css">
You must add a dot to the href:
<link rel="stylesheet" href="./styles.css">
. This is to indicate that the file is on the same path, the same for the images.Btw, remember that there must be an
h1
on the page.Marked as helpful1
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