| http://www.w3.org/ns/prov#value | - to CSS3.Before we move onto the code,lets take a look at some websites that use them:www.madebytinder.com ( in the footer there is a white drop shadow)www.guitsaru.com(at Matt pruitt's website,you can see,on his headings and other parts of the text the use of CSS3 shadows)So now lets take a look at the CSS3 text shadow code:{ text-shadow : 2px 2px 2px #333; }as you can see,the code is small and s
|