text-shadow (CSS3)

Defines the horizontal depth, vertical depth, blur, and color for a drop-shadow for text content in the element.

Syntax

[h-shadow] [v-shadow] [blur] [color]

Examples having uses of: 'text-shadow'

7 votes
12k views

CSS3 Introduction

The biggest difference between CSS2 and CSS3 is that CSS3 has been split up into different sections, called modules. The support for CSS3 depends on your browser and since CSS3 standard is still being drafted most browser also have support for a prefix on CSS3 properties. -moz- Mozila -webkit- Chrome/ Safari -o- Opera -ms- IE
0 votes
1k views

CSS Text Shadow

The text shadow is used with the text of the page.