Css basic nr 2 video. Not working

html folder: (there is a < in the start, just removed it so it will show here)

link rel=“stylesheet” href=“css/style.ccs” />

and in this link, css

p {

color: orange;

}

When im in the html folder i can ctrl click the link and it puts me into the css folder.
But it doesnt make it orange. Why?

What does your html look like?