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 coral;

Used as follows:

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

CSS3 Text-Shadows Pink

CSS3 Text-Shadows Orange

CSS3 Text-Shadows Black

CSS3 Text-Shadows Gray

CSS3 Text-Shadows Coral

CSS3 Text-Shadows Purple

CSS3 Text-Shadows Rainbow Keyframes


jchav-s632@chusd.org