Duration: 17 minutes
Summary: In this video, we will talk about the text shadow property. This is new to CSS3. As the name implies this property will help us add a shadow to the text. We can manipulate the values by making them negative or positive to affect where the shadow will show. Also, we can change the colors using rgb, rgba, hsl, and hsla. HSL stands for Hue, Saturation, and Lightness. The Hue is a degree value from 0 to 360 where red is 0, yellow is 60, green is 120, cyan is 180, blue is 240, and magenta is 300. The saturation is from 0% (no color) to 100% (full color). And lightness ranges from 0% (black) to 100% (white).
Methodology: Using simple examples to illustrate the key points.
Technology Used: CSS, HTML and Visual Studio 2010
Keyword: CSS, CSS3, HTML, Visual Studio 2010, h1, text-shadow, rgb, rgba, hsl, hsla, background-image, -webkit-gradient, linear, color-stop.