0
How can I get the blur effect
Blur effect
2 odpowiedzi
+ 1
You can see a CSS3 Text-Shadow Tutorial here on w3schools.com https://www.w3schools.com/cssref/css3_pr_text-shadow.asp
+ 1
text-shadow: x y blur color;
Use the above css syntex to achieve your desired output
X : shadow along x axis
Y : shadow along y axis
Blur : this defin the amount of fadeness
Color : this is the color of shadow