My ccs code isn't working! Help!

For the first ccs code, when I moved the code to the ccs file instead of leaving it in the html file, it stopped working.

Hello,

In the HTML file, Have you linked the CSS file to it like this:

(Place the code inside the <head> and </head> tags (Also, replace PATHTOCSSHERE with the name of your CSS file + the extension. Example: stylesheet.css))

<link rel="stylesheet" type="text/css" href="PATHTOCSSHERE">

-Lucas.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.