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 an 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: x-offset y-offset blur color; }

CSS3 Text-Shadows Pink

CSS3 Text-Shadows Orange

CSS3 Text-Shadows Purple

CSS3 Text-Shadows Blue

CSS3 Text-Shadows Red

CSS3 Text-Shadows Rainbow Hover

CSS3 Text-Shadows Rainbow Keyframes

krosa-s969@chusd.org