background-border-img

TwitterFacebook
Get flash to fully experience Pearltrees
http://blogs.adobe.com/webplatform/2012/04/04/bringing-blending-to-the-web/ If you’re a user of our design applications such as Photoshop and Illustrator, you know how you can create very cool effects with blend modes.

Bringing blending to the Web | Web Platform Team Blog

Targeting the iPhone 4 Retina Display with CSS3 Media Queries - iWalt.com

Four years ago, (eight months before the original iPhone was announced) Dave Hyatt wrote about high DPI web sites on the Surfin’ Safari blog: One area of Web design that is going to become more important in the coming years is high DPI. For those of us working on WebKit, this will also become an issue for WebKit applications and for Dashboard widgets. http://www.iwalt.com/weblog/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries

CSS3 Patterns, Explained

http://24ways.org/2011/css3-patterns-explained/ Many of you have probably seen my CSS3 patterns gallery .
http://www.westciv.com/tools/radialgradients/index-moz.html

Linear Gradients

we can't find the page you're looking for
background: #1e5799; /* Old browsers */ background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */ http://www.colorzilla.com/gradient-editor/

Ultimate CSS Gradient Generator - ColorZilla.com

http://tympanus.net/codrops/2011/12/12/experiments-with-background-clip-text/

Experiments with background-clip: text

With the CSS property "background-clip: text" (which is currently only supported in Webkit browsers), we can add a background image to a text element. Today we will experiment with it and create some fun examples by adding CSS3 transitions.