How can I get the blur effect | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I get the blur effect

Blur effect

28th Oct 2020, 11:47 PM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar
2 Answers
+ 1
You can see a CSS3 Text-Shadow Tutorial here on w3schools.com https://www.w3schools.com/cssref/css3_pr_text-shadow.asp
29th Oct 2020, 12:08 AM
:DD
:DD - avatar
+ 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
29th Oct 2020, 12:25 AM
Ayush Kumar
Ayush Kumar - avatar