<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/css/tags/shadow</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 17:37:42 GMT</pubDate>
<item>
<title>(CSS) Box Shadow Properties - ninacess</title>
<link>http://snipplr.com/view/62960/box-shadow-properties/</link>
<description><![CDATA[ <p>Box shadow properties (example) box-shadow: 1px 3px 5px  2px #c6c6c6;
1px = horizontal offset
3px = vertical offset
5px = blur radius
2px = spread distance
#c6c6c6 = color</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 05:59:51 GMT</pubDate>
<guid>http://snipplr.com/view/62960/box-shadow-properties/</guid>
</item>
<item>
<title>(CSS) box shawdow - jesudasjj</title>
<link>http://snipplr.com/view/58645/box-shawdow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 Sep 2011 21:27:28 GMT</pubDate>
<guid>http://snipplr.com/view/58645/box-shawdow/</guid>
</item>
<item>
<title>(CSS) CSS Text Shadow - paulund</title>
<link>http://snipplr.com/view/55019/css-text-shadow/</link>
<description><![CDATA[ <p>Simple snippet to get a shadow on text in css</p> ]]></description>
<pubDate>Wed, 08 Jun 2011 19:57:36 GMT</pubDate>
<guid>http://snipplr.com/view/55019/css-text-shadow/</guid>
</item>
<item>
<title>(CSS) Box Shadow - pmist</title>
<link>http://snipplr.com/view/54297/box-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 May 2011 06:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/54297/box-shadow/</guid>
</item>
<item>
<title>(CSS) Text-shadow - smmandersen</title>
<link>http://snipplr.com/view/53416/textshadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 May 2011 03:38:00 GMT</pubDate>
<guid>http://snipplr.com/view/53416/textshadow/</guid>
</item>
<item>
<title>(CSS) Box Shadow CSS3 - Maux</title>
<link>http://snipplr.com/view/52830/box-shadow-css3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Apr 2011 16:39:43 GMT</pubDate>
<guid>http://snipplr.com/view/52830/box-shadow-css3/</guid>
</item>
<item>
<title>(CSS) Drop Shadow (with bad support for ie8. There is no other option ) - Savio</title>
<link>http://snipplr.com/view/52032/drop-shadow-with-bad-support-for-ie8-there-is-no-other-option-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Apr 2011 23:23:01 GMT</pubDate>
<guid>http://snipplr.com/view/52032/drop-shadow-with-bad-support-for-ie8-there-is-no-other-option-/</guid>
</item>
<item>
<title>(CSS) CSS Box Shadow - macodev</title>
<link>http://snipplr.com/view/51605/css-box-shadow/</link>
<description><![CDATA[ <p>Overdoing it may result in looking weird but using it with style can add a certain classy look to your divs without using any images to do so. The box shadow property is one of the new things that CSS 3 brings us and one of the most wanted.</p> ]]></description>
<pubDate>Tue, 05 Apr 2011 22:28:17 GMT</pubDate>
<guid>http://snipplr.com/view/51605/css-box-shadow/</guid>
</item>
<item>
<title>(CSS) CSS - drop shadow - stiobhart</title>
<link>http://snipplr.com/view/49719/css--drop-shadow/</link>
<description><![CDATA[ <p>CSS box shadow syntax - just because i can never remember the order of the attributes, off the top of my head!</p> ]]></description>
<pubDate>Sat, 26 Feb 2011 08:02:07 GMT</pubDate>
<guid>http://snipplr.com/view/49719/css--drop-shadow/</guid>
</item>
<item>
<title>(CSS) LESS - Page Curl - bdiddymc</title>
<link>http://snipplr.com/view/47826/less--page-curl/</link>
<description><![CDATA[ <p>A LESS class which can be included to easily allow for a page-curl/shadow on element.

*NOTE: Still needs work to allow for consistency at various sizes...*

**Usage Instructions**

* To remove reliance on javascript, setup the LESS compiler: 
 * [incident57.com/less/](http://incident57.com/less/) (MAC) 
 * ??? (PC)

* Import the class into the master stylesheet: *@import: url(classes.less);*

* Use page curl on specific elements: 
*.block-item 
{ 
height: 100px;
width: 300px;
.page-curl(); 
}*</p> ]]></description>
<pubDate>Tue, 25 Jan 2011 09:53:51 GMT</pubDate>
<guid>http://snipplr.com/view/47826/less--page-curl/</guid>
</item>
<item>
<title>(CSS) Inner Shadow with CSS3 - visudex</title>
<link>http://snipplr.com/view/44358/inner-shadow-with-css3/</link>
<description><![CDATA[ <p>Use the regular box shadow, but add the keyword "inset" as the last parameter.
Works in Firefox, Safari, Chrome, Opera and IE9.</p> ]]></description>
<pubDate>Thu, 18 Nov 2010 19:33:04 GMT</pubDate>
<guid>http://snipplr.com/view/44358/inner-shadow-with-css3/</guid>
</item>
<item>
<title>(CSS) CSS Box Shadow - noelj</title>
<link>http://snipplr.com/view/43751/css-box-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Nov 2010 19:06:34 GMT</pubDate>
<guid>http://snipplr.com/view/43751/css-box-shadow/</guid>
</item>
<item>
<title>(CSS) CSS3 Skewed Shadows - Nettuts</title>
<link>http://snipplr.com/view/43454/css3-skewed-shadows/</link>
<description><![CDATA[ <p>View a demo</p> ]]></description>
<pubDate>Wed, 03 Nov 2010 04:52:59 GMT</pubDate>
<guid>http://snipplr.com/view/43454/css3-skewed-shadows/</guid>
</item>
<item>
<title>(CSS) Pure CSS button with rounded corners, gradient and shadow - alozuldo</title>
<link>http://snipplr.com/view/43008/pure-css-button-with-rounded-corners-gradient-and-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Oct 2010 08:43:54 GMT</pubDate>
<guid>http://snipplr.com/view/43008/pure-css-button-with-rounded-corners-gradient-and-shadow/</guid>
</item>
<item>
<title>(CSS) css3 image drop shadow - jazzs3quence</title>
<link>http://snipplr.com/view/41698/css3-image-drop-shadow/</link>
<description><![CDATA[ <p>This will add a subtle drop shadow to all images on a page.  Works with all major browsers excluding Internet Explorer 8 and below.  The beta version of Internet Explorer does support box-shadow.  There's a nice writeup on box shadow here: http://www.css3.info/preview/box-shadow/</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 03:36:34 GMT</pubDate>
<guid>http://snipplr.com/view/41698/css3-image-drop-shadow/</guid>
</item>
<item>
<title>(CSS) Less Css Drop Shadow - kanouf</title>
<link>http://snipplr.com/view/41062/less-css-drop-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Sep 2010 09:39:29 GMT</pubDate>
<guid>http://snipplr.com/view/41062/less-css-drop-shadow/</guid>
</item>
<item>
<title>(CSS) crossbrowser css shadow - metoikos</title>
<link>http://snipplr.com/view/40665/crossbrowser-css-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Sep 2010 22:16:32 GMT</pubDate>
<guid>http://snipplr.com/view/40665/crossbrowser-css-shadow/</guid>
</item>
<item>
<title>(CSS) CSS3 Text Shadow - alozuldo</title>
<link>http://snipplr.com/view/40266/css3-text-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Sep 2010 16:00:38 GMT</pubDate>
<guid>http://snipplr.com/view/40266/css3-text-shadow/</guid>
</item>
<item>
<title>(CSS) CSS3 Box Shadow - alozuldo</title>
<link>http://snipplr.com/view/40265/css3-box-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Sep 2010 15:55:43 GMT</pubDate>
<guid>http://snipplr.com/view/40265/css3-box-shadow/</guid>
</item>
<item>
<title>(CSS) css3 text shadow - thesmu</title>
<link>http://snipplr.com/view/39356/css3-text-shadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 Aug 2010 21:35:24 GMT</pubDate>
<guid>http://snipplr.com/view/39356/css3-text-shadow/</guid>
</item>
</channel>
</rss>
