Using CSS Text-Shadow to Create Embossed Text
The text-shadow property creates a shadow underneath text, which is obvious from the name! It’s similar in syntax and functionality to box-shadow, but it follows the shapes of individual letters, rather than rendering around an element’s bounding box. Here’s an example of the general syntax that defines an x-offset, y-offset, blur-radius, and color: 1 text-shadow:3px […]
- Posted by admin
- On May 4, 2010
- 0 Comment
- Read More
