CSSCraftr boxShadow TWGradient

CSS textShadow #generator

Type text here

Copy code:

text-shadow css property explained

The text-shadow property in CSS is used to add shadows to text, allowing you to create depth and relief effects for these elements. This property takes a few parameters that control the appearance of the shadow:

text-shadow:
[offset X] [offset Y] [blur radius] [color]

Note: To attach more than one text shadow, add a comma-separated list of shadows text-shadow: 2px 5px 34px rgba(201, 201, 201, 0.65), 10px 15px 8px lightred;

Read more about the CSS text-shadow property on:

MDN - text-shadow  -  w3schools.com

Daily projects you can build to improve your coding skills!