CSS Box Shadow
The box-shadow property adds shadow effects around an element's frame. You can set multiple effects separated by commas.
Syntax: box-shadow: [inset] x-offset y-offset blur-radius spread-radius color;
CSS Text Shadow
The text-shadow property adds shadows to text. It's great for creating depth and special effects.
Syntax: text-shadow: x-offset y-offset blur-radius color;