Product Landing Page - problems

The page is passing test on CodePen (bundle.js) 16/16, but on Freecodecamp doesnt 13/16.
How to solve this problem?

Well, ideally we would need to see your project on codepen so we could test for ourselves. But I’ll throw out one typical error that a lot of people seem to have. Did you see the note at the bottom of the instructions?

Note: Be sure to add <link rel="stylesheet" href="styles.css"> in your HTML to link your stylesheet and apply your CSS”

All links are in place, that’s not a problem for sure.
Link to my Product Page

<link href="style.css"

It’s “styles.css” (with an s). Easy mistake, lots of people make it.

Also, browsers add default margins to both the body and ul elements. So you’ll probably want to zero out at least the top margins for those.

@bbsmooth That solves the problem :slight_smile:
Thanks a lot!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.