Skip to content

Instantly share code, notes, and snippets.

@maxhoffmann
Created April 1, 2012 10:57
Show Gist options
  • Select an option

  • Save maxhoffmann/2274582 to your computer and use it in GitHub Desktop.

Select an option

Save maxhoffmann/2274582 to your computer and use it in GitHub Desktop.
CSS3 Box Sizing
/* CSS3 Box Sizing */
.box {
height: 200px;
width: 200px;
background: blue;
color: white;
padding: 20px;
box-sizing: border-box;
}
<div class="box">Text Lorem Ipsum blablabla</div>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment