Friday 23 September 2011

Text shadow


#textshadow1 {
text-align:center;
margin:0 auto;
height:50px;
width:580px;
text-shadow: 2px 2px 7px #111;
font-size: 3.2em;
color: #f5f5f5;
}
#textshadow2 {
text-align:center;
margin:20px auto;
height:50px;
width:580px;
text-shadow: 0px -11px 10px #C60, 0px -3px 9px #FF0;
font-size: 3.2em;
color: #fff;
text-align: center;
padding: 10px 0px 5px 0px;
background: #151515;
}

Preview

Text shadows
Text shadows


No comments:

Post a Comment