I would like to give text shadow for my text using css3. Can anyone help me to apply text shadow. I tried using some online text shadow generators. But i couldn’t able to get proper text shadow.
My site background color : white
My text color : #037ECC
What shadow color i should use to get proper text shadow?
Thanks
this really isn’t complicated.
text-shadow: 1)px 2)px 3)px 4);1) horizontal length
2) vertical length
3) blur radius
4) color hex/rgb/rgba
try this: http://css3generator.com/ or http://www.midwinter-dg.com/blog_demos/css-text-shadows/
what exactly do you have in mind?