+ 1
Text shadow in css
where is the fault p.lol { color:green; text-shadow:0px 17px 10px -7px rgba(0, 0, 0, 0.4);
2 Respostas
+ 16
p.lol {
text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
/* text-shadow: h-shadow v-shadow blur-radius */
+ 3
thank you