CSS Tutorial

The language for styling web pages.

CSS Shadows

CSS Shadows

CSS provides two shadow effects: box-shadow for elements and text-shadow for text.

Box Shadow Syntax:

box-shadow: h-offset v-offset blur spread color;

Text Shadow Syntax:

text-shadow: h-offset v-offset blur color;

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics