Skip to content

Instantly share code, notes, and snippets.

@jbail
Created December 23, 2012 19:04
Show Gist options
  • Select an option

  • Save jbail/4365370 to your computer and use it in GitHub Desktop.

Select an option

Save jbail/4365370 to your computer and use it in GitHub Desktop.
A CodePen by Jeff Bail.
<div id="content"></div>
<div id="border"></div>
div {
width: 100px;
height: 100px;
padding: 10px;
float: left;
margin-right: 20px;
}
#content {
border: 5px solid blue;
box-sizing: content-box;
}
#border {
border: 5px dashed black;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment