Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 13, 2013 08:39
Show Gist options
  • Save LeaVerou/5377617 to your computer and use it in GitHub Desktop.
Save LeaVerou/5377617 to your computer and use it in GitHub Desktop.
“Body Border, Rounded Inside” without images or extra elements
/**
* “Body Border, Rounded Inside” without images or extra elements
*/
div {
width: 10em;
height: 5em;
padding: 1em;
border-radius: 10px;
margin: 100px;
background: white;
box-shadow: 0 0 0 5px #f06;
outline: 10px solid #f06;
outline-offset: -moz-calc(-5px); /* fix for FF bug #480888 */
resize: both; overflow: hidden;
}
<div>Resize me</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment