css doesn't work in my partial imported into index.ejs

21 Views Asked by At

I'm working with node and ejs, in my index.ejs file I have a partial called "sidebar.ejs" but strangely the css that is in index.css does not apply to the partial imported into index.ejs

Can someone help me

Thanks!

index.ejs: enter image description here

sidebar: enter image description here

css (index.css): enter image description here

I tried different ways to fix it, but none of them worked, I don't know why!

0

There are 0 best solutions below