Create a text shadow with horizontal and vertical distance of 5px and blur radius of 2px: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Create a text shadow with horizontal and vertical distance of 5px and blur radius of 2px:

p { --------: 5px --- ---; }

19th Oct 2017, 7:41 PM
Tawfiquzzaman Opu
Tawfiquzzaman Opu - avatar
12 Answers
+ 1
Hi. p { text-shadow:5px 5px 2px; }
20th Oct 2017, 5:03 PM
Mohammad Javad.Sami
+ 1
text-shadow:5px 5px 2px;
17th Dec 2017, 7:54 PM
Elsayed Abdelsalam Basyouni Dawod
Elsayed Abdelsalam Basyouni Dawod - avatar
0
p { text-shadow: 5px 5px 2px; }
5th Apr 2018, 3:40 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
Enter the total width of an element in pixels, if its width=150px, left and right paddings=5px each, border width=2px and left and right margins=5px each.
17th May 2018, 9:52 AM
Nthabiseng Maria Nkosi
Nthabiseng Maria Nkosi - avatar
0
Enter the total width of an element in pixels, if its width=150px, left and right paddings=5px each, border width=2px and left and right margins=5px each.
28th Nov 2019, 7:29 AM
Sher Afzal Mehsood
Sher Afzal Mehsood - avatar
0
p{ text-shadow:5px5px2px
20th Feb 2020, 9:29 AM
chike nweze
0
p { text-shadow:5px 5px 2px; }
11th Jun 2020, 6:44 AM
Younes Pouryousef
Younes Pouryousef - avatar
0
p { text-shadow:5px 5px 2px; }
19th Dec 2020, 10:59 AM
Aathiqa
Aathiqa - avatar
0
p { text-shadow: 5px 5px 2px; }
29th Dec 2020, 7:20 PM
zakariae arroub
zakariae arroub - avatar
0
Create a text shadow with horizontal and vertical distance of 5px and blur radius of 2px: p { text-shadow:5px 5px 2px; }
4th Jan 2021, 9:00 AM
Schawnnara Jiri Jeena-Myrr
Schawnnara Jiri Jeena-Myrr - avatar
0
p { text-shadow:5px5px2px; }
20th May 2021, 2:46 PM
Attah Gideon
Attah Gideon - avatar
0
text-shadow -: 5px 5px 2px
9th Jul 2021, 1:49 PM
Muhammad Azhar Salim
Muhammad Azhar Salim - avatar