0
Some of my class don't match to css,i cherck everything, all is true but some don't match.please help me.
6 Respuestas
0
Saeid Nasiri Share a link to this code, so I can do something about it
+ 1
Saeid Nasiri
Here are the errors I found in your code.
1."Transparent" is not the name of a color, that's why your text didn't show at all
2. It's "background:linear-gradient()"
NOT
"background:liner-gradient()"
3.If using Hexadecimal values for colors, always make sure they are either 3 or 6 digits
eg :color:#fff;
or: color:#ffffff;
https://code.sololearn.com/Wsc0I37N2P5I/?ref=app
+ 1
"transparent" color means "not visible". Just try to replace "transparent" with "red" or "#ff0000".
+ 1
thank you all
0
Please show the code
0
i send it now