NFT Preview Card - CSS/HTML - Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @osoriodev
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 helpful
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