groups

name language licence
Font CSS Other
Untitled Snippet CSS Other
Rgba CSS3 Other
Border-color CSS3 Other
Border-radius (rounded corners) CSS3 Other
Untitled Snippet CSS Other
Text-shadow CSS3 Other
Comment CSS Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 >



language: CSS3
licence: Other

Text-shadow

options: view full snippetsend to code collector
/* 1. value = The X-ccordinate
2. value = The Y-coordinate
3. value = The blur radius
4. value = The color of the shadow */
text-shadow: 2px 2px 2px #333;
	
(Continues...)