/ Published in: CSS
Expand |
Embed | Plain Text
/* Regular text shadow: */ text-shadow: 1px 1px 0px #FFFFFF; /* The first two values specify the length of the shadow offset. The first value specifies the horizontal distance and the second specifies the vertical distance of the shadow. The third value specifies the blur radius and the last value describes the color of the shadow: 1. value = The X-coordinate 2. value = The Y-coordinate 3. value = The blur radius 4. value = The color of the shadow */
You need to login to post a comment.
