Codepen.io Project

Hi; I can’t get my CSS working…not sure what I’ve done wrong?

Hey there,

in your index.html, your link to the CSS is:
<link type="text/css" rel="stylesheet" href="style.css"/>.

href="style.css" searches for the file on the same folder level,
but your style.css is in the folder styles.

1 Like