<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - kawohi</title>
<link>http://snipplr.com/users/kawohi</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 20:17:36 GMT</pubDate>
<item>
<title>(HTML) TIP:  Use the body Element as a wrapper.</title>
<link>http://snipplr.com/view/40705/tip--use-the-body-element-as-a-wrapper/</link>
<description><![CDATA[ <p>Did you know you can use the body element as a wrapper  instead of the usual  div? Yup! Check out the code as to what I mean.  Credits to Kroc Camen for writing a article about this!</p> ]]></description>
<pubDate>Sat, 18 Sep 2010 06:00:21 GMT</pubDate>
<guid>http://snipplr.com/view/40705/tip--use-the-body-element-as-a-wrapper/</guid>
</item>
<item>
<title>(CSS) box-sizing; The way the box model is suppose to be!</title>
<link>http://snipplr.com/view/40704/boxsizing-the-way-the-box-model-is-suppose-to-be/</link>
<description><![CDATA[ <p>The box-model we have now is weird. When we add padding and borders to our elements, it's added to the width and height so they are larger then the width and height we set them to be. With this snippet (Added in CSS3). The box-model is now in our control and the padding and borders are subtracted from the elements.

This is such a good snippet that I even added it to my reset style sheet.</p> ]]></description>
<pubDate>Sat, 18 Sep 2010 05:27:46 GMT</pubDate>
<guid>http://snipplr.com/view/40704/boxsizing-the-way-the-box-model-is-suppose-to-be/</guid>
</item>
<item>
<title>(CSS) Multi-Column Content W/ CSS</title>
<link>http://snipplr.com/view/40703/multicolumn-content-w-css/</link>
<description><![CDATA[ <p>Instead of extra mark-up and floats to create stylish columns of content we can now use CSS to do the latter. This works in Firefox, Webkit Browsers and IE9.</p> ]]></description>
<pubDate>Sat, 18 Sep 2010 05:15:42 GMT</pubDate>
<guid>http://snipplr.com/view/40703/multicolumn-content-w-css/</guid>
</item>
<item>
<title>(CSS) Cross Browser CSS Box Shadows w/ RGBA</title>
<link>http://snipplr.com/view/40702/cross-browser-css-box-shadows-w-rgba/</link>
<description><![CDATA[ <p>box-shadow is a new CSS3 Property that adds a drop shadow behind block elements.\\r\\nWith RGBA You can set the transparency of the CSS box shadows.</p> ]]></description>
<pubDate>Sat, 18 Sep 2010 04:54:47 GMT</pubDate>
<guid>http://snipplr.com/view/40702/cross-browser-css-box-shadows-w-rgba/</guid>
</item>
</channel>
</rss>