As you can see above linking to stylesheet needs changing.
Here is the directions given:
Also add a link
element to link your styles.css
file.
As you can see above linking to stylesheet needs changing.
Here is the directions given:
Also add a link
element to link your styles.css
file.
Silly question but did you add the link with the href requested? It’s best to provide your actual code and a link to the Step
Yes, I have been using dummy code from vscode snippet since starting. Entered:
<link rel="stylesheet" href="styles.css" >
Told me I was wrong, it required: ./styles.css
Which I would understand if it required: ../styles.css
If it were in the parent dir.
Please show all of your code. Also, it’s best to provide a link to the Step
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.