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

3-Card-Component With HTML and CSS

AlyssaWoodsonā€¢ 10

@AlyssaWoodson

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi, this is my first project and I would love some feedback! (Especially with my CSS) šŸ˜†

Community feedback

Tsiangana Zauā€¢ 300

@Tsiangana

Posted

Congratulations on your first project, I hope you continue to strive, I saw your code and you worked very well, you just failed to call the css, you called the css like this '<a href="./index.css">< /a>' that's why he didn't get the css in the call with the 'a' tag. This tag is only used to create links and not to call links. To call a link we use the 'link' tag, that is, to correct the error in your code you just have to delete this '<a href="./index.css"></a>' and put this in its place '<link rel="stylesheet" href="index.css">'

Marked as helpful

1

AlyssaWoodsonā€¢ 10

@AlyssaWoodson

Posted

@Tsiangana

Hey there! Thank you so much for checking my project out! I really appreciate it! I get exactly what you are talking about, and I'll make sure to change it! I can't believe I missed such a simple issue! Thank you so much for your feedback!

Happy Coding! šŸ˜ƒ

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