Assignment029g9

CSS3 allows you to create text shadows. The code is the same as box-shadow except for there is no spread value. Text shadow uses and x-offset, y-offset, blur, and a color value.

Use CSS3 to add text shadow to the following h2 elements using this code:

text-shadow: 5px 5px 5px red;

Used as follows:

p
{
text-shadow: x-offset y-offset blur color;
}

CSS3 Text-Shadows Silver

CSS3 Text-Shadows Blue

CSS3 Text-Shadows Green

CSS3 Text-Shadows Yellow

CSS3 Text-Shadows Red

CSS3 Text-Shadows Rainbow Hover

CSS3 Text-Shadows Rainbow Keyframes