<?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/tags/Box-Sizing</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 20:04:56 GMT</pubDate>
<item>
<title>(CSS) CSS3 Box Sizing Made Easy - bmayzure</title>
<link>http://snipplr.com/view/69646/css3-box-sizing-made-easy/</link>
<description><![CDATA[ <p>When box sizing is set, the padding, border and margin no longer add onto the total width or height of the element. Instead, they eat into the set width or height. So, if you have a box whose width is set to 300px, and padding set to 10px, then the total width of the box is still 300px. Instead, there are 20 less pixels inside the box for content such as text or images. This may be a confusing concept but one that will definitely come in handy, especially to those who do not like to do math because we all know that in the real world measurements are made up of wacky numbers and not increments of 10. 

**Source:** [http://designmodo.com/css-layout-properties/](http://designmodo.com/css-layout-properties/) and [http://css-tricks.com/box-sizing/](http://css-tricks.com/box-sizing/)</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 11:10:53 GMT</pubDate>
<guid>http://snipplr.com/view/69646/css3-box-sizing-made-easy/</guid>
</item>
<item>
<title>(CSS) CSS Box Sizing - Japegrape</title>
<link>http://snipplr.com/view/67803/css-box-sizing/</link>
<description><![CDATA[ <p>This code modifies the default Box Sizing model from its regular style, "Content Box," to the much more sensible "Border Box," which does not include padding on top of width/height values.</p> ]]></description>
<pubDate>Fri, 19 Oct 2012 05:44:53 GMT</pubDate>
<guid>http://snipplr.com/view/67803/css-box-sizing/</guid>
</item>
</channel>
</rss>