Skip to content

Instantly share code, notes, and snippets.

@crecotun
Created February 20, 2012 18:03
Show Gist options
  • Save crecotun/1870363 to your computer and use it in GitHub Desktop.
Save crecotun/1870363 to your computer and use it in GitHub Desktop.
Untitled
body > div {
border: 1px solid #ccc;
width: 200px;
height: 200px;
border-radius: 5px;
overflow: hidden;
}
div > div {
background: #fff;
width: 200px;
height: 200px;
}
<div>
<div></div>
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment