+ 2
Create a text shadow with horizontal and vertical distance of 5px and blur radius of 2px:
p { --------: 5px --- ---; }
12 Respostas
+ 1
Hi.
p {
text-shadow:5px 5px 2px;
}
+ 1
text-shadow:5px 5px 2px;
0
p {
text-shadow: 5px 5px 2px;
}
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.
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.
0
p{
text-shadow:5px5px2px
0
p {
text-shadow:5px 5px 2px;
}
0
p {
text-shadow:5px 5px 2px;
}
0
p {
text-shadow: 5px 5px 2px;
}
0
Create a text shadow with horizontal and vertical distance of 5px and blur radius of 2px:
p {
text-shadow:5px 5px 2px;
}
0
p { text-shadow:5px5px2px; }
0
text-shadow -: 5px 5px 2px