This may be the first time in this curriculum that the code to link the CSS file to the HTML file hasn’t already been done for you. At any rate, that’s why the note was included in the instructions. You will need to add it.
Yeah, that worked! It fixed most of the errors I was getting. I guess that’s a good reminder to always check the basics first. What I’m still confused about, though, is why some of the CSS appeared to be working even though the stylesheet wasn’t linked to the HTML. I’m curious how the console was able to detect or reference it.
In the instructions, it was showing that Step 15 was completed because it had a checkmark. Step 15 was: “You should target .read-more and set its color property.” I originally thought it was a console issue because I hadn’t targeted .read-more in my CSS or used any inline CSS.