I’ve been working on front-end development but couldn’t implement the text with the shadow effect. Front-end is coded by HTML5, CSS3, bootstrap and AngularJS so in the design, there is the shadow effect at the text filed like the shadow effect in photoshop.
Please tell me how can I implement this shadow effect.
2
Answers
you can use ‘text-shadow’ property.
Read more about text shadow property: Text Shadow
in this example it’ll effects h1 elements.
Syntax:
Note : Internet Explorer 9 and earlier do not support the text-shadow property.
And should search Google before ask any question. because in this my answer is in first result of Google search.