CSS3 Text Effects
Following text effects we can do using CSS3. List of Text Effects Properties text-shadow word-wrap CSS3 Text Shadow In CSS3, we can apply shadow to text. See below image and css code. CSS h2 { text-shadow: 5px 5px 5px #FF0000; /* horizontal shadow, the vertical shadow, the blur distance, and the […]