This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Advanced Tips and Tricks [Aug. 20, 2011, 4:02 p.m.]


ADVANCED Tips&Tricks

 

[ T ]

Text-Shadow: <x-axis> <y-axis> <shadow-blur> <shadow-color>

h1 { text-shadow: 2px 2px 4px rgba(0,0,0,.5); }

Mozilla Prefix: -moz-text-shadow
Safari&Chrome Prefix: -webkit-text-shadow
Opera Prefix-o-text-shadow
IE Prefix:  Not Supported