Hi everyone, I am starting the Challenge Project (“Build your own Cheat Sheet”) in Codecademy full stack course.
I would like to develop it using the Codecademy website (not building it on computer)- I have not finished code in html nor css files, but I am trying to link the HTML file provided (index.html) with the CSS file provided (styles.css). To do this, I have included the following in the HTML file:
link type=“text/css” rel=“stylesheet” href=“styles.css”
It does not seem to pick up the small amount of CSS I have written. What can I do? Thanks in advance!