Hi everyone, Again I need your help: D
Is it possible to add a shadow effect to text in HTML using only CSS? I am working on a project with many buttons, and I need to find a way to add a shadow effect to the text in them without using images and for compatibility with the most commonly used browsers. I tried using the "text-shadow" property in CSS, but that did not work.
thank
source
share