0

This should be fairly straightforward but the style from my CSS file is not connecting to my .ejs file.

enter image description here

1 Answers1

0

I understood your question but It's bad practice to mention only screenshots. You should mention your code!

Well, In your HTML, You wrote href="stylesheet.css". It should be href="/stylesheet.css" if it is in your project's root directory.