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 Hot Pink

CSS3 Text-Shadows Aqua

CSS3 Text-Shadows Blue Violet

CSS3 Text-Shadows Chocolate

CSS3 Text-Shadows Gold

CSS3 Text-Shadows Lightgreen

CSS3 Text-Shadows Rainbow Hover

CSS3 Text-Shadows Rainbow Keyframes


Cvela-s346@chusd.org