How do I link a CSS stylesheet from another folder below in the directory?

ThisIsNotAUzrName picture ThisIsNotAUzrName · May 13, 2017 · Viewed 13.1k times · Source

This is what I'm trying to link into my HTML and it's not working I tried taking off the two periods and that doesn't work either.

<link rel="stylesheet" style="text/css" href="..CSS/file.css">

Answer

Marcin Restel picture Marcin Restel · May 13, 2017
<link rel="stylesheet" style="text/css" href="../CSS/file.css">