CSS Text Shadow.
➔ The text-shadow property is used to specify shadow to text.
➔ This can be done in following ways.
Click on the "Try it Now" button to see how it works.
CSS Text Shadow Add Color.
- text-shadow: 2px 2px red;
Click on the "Try it Now" button to see how it works.