+ 2
how to put a text shadow in html?
6 Answers
+ 3
To put text shadow u can use the text-shadow property using CSS
https://www.sololearn.com/learn/CSS/1094/
+ 8
.p{
text-shadow: 5px 2px 4px grey;
}
+ 2
thanks
+ 1
i wrote the same on my pc from vscode
0
i dont know why but it didnt work earlier
- 1
style{
text-shadow: 5px 3px 2px;
}