0
I’m trying to render a template ejs with Node but the css is not being applied, and I don’t think it’s a problem in the file path. Below is the css.
* {
padding:0;
margin:0;
vertical-align:baseline;
list-style:none;
border:0
}
.text h1{
color: red;
text-transform: uppercase;
}
Receives an error in the console?
– João Victor Souza
Hello! I suggest you change your question to English since you are posting in this version of Stackoverflow.
– phduarte
There was no sign
– FZ3R0