Hey everyone,
Again I need your help 😀
Is it possible to add the shadow effect to the text in HTML using only CSS ?? I’m working on a project that has a lot of buttons and I need to find a way to add the shadow effect to the text in them without using images and to be compatible with the most used browsers. I tried using the “text-shadow” property in the CSS but it didn’t work.
Thanks
Yes, here is the syntax:
Generally:
and a link to the page I found it: http://www.css3.info/preview/text-shadow/.