CSS3 is a latest version of css. and it’s compatible with all earlier versions. CSS3 comes with new features. CSS3 Modules CSS3 Introduction CSS3 Borders : Read Full Article CSS3 Backgrounds : Read Full Atricle CSS3 Gradients […]
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 […]