Slide 10
Slide 10 text
Reducing Graphic Elements
#hd { background: -webkit-gradient(linear, center top, center
bottom, from(rgba(0,0,0,0.5)), color-stop(0.1, #fff), to(#fff)); }
-webkit-gradient allows you to have the browser draw
gradient backgrounds for you. It can be used anywhere
an url(‘../path/to/file’) can be used.
Source: http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/Functions.html