Personal Portfolio Webpage CSS error in console

CSS is not working for this challenge:

Error code in chrome console:
Refused to apply style from ‘https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-colors-by-building-a-set-of-colored-markers/styles.css’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.

It wants to use CSS from a different challenge?

Welcome there,

Would you mind sharing your code?

Try adding the rel attribute to your link tag if you didn’t.

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

Yeah sorry I should’ve read the pinned posts first.

This fixed it.

How embarrassing :fearful: :cold_sweat: :disappointed_relieved: :sweat:

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