Personal portfolio passes all tests on codepenio but not when I submit on here

Hi, My personal portfolio is passing all the tests on the codepen.io (https://codepen.io/aswizle444/pen/jOZVMwY) but it’s not passing all the tests when I submit on here. Not sure what to do. It’s telling me no media query and nav bar at top, but I have both of those

pls help

HI @aswizleg !

Welcome to the forum!

I copied all of your code into the fcc editor and it passes on my end.

Did you properly link your css to the html document?

<head>
  <link rel="stylesheet" href="styles.css" />
</head>
1 Like

Yes thank you so much!

1 Like

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