Skip to content

Instantly share code, notes, and snippets.

@h4
Created May 22, 2012 21:25
Show Gist options
  • Save h4/2771712 to your computer and use it in GitHub Desktop.
Save h4/2771712 to your computer and use it in GitHub Desktop.
ap priority
/* ap priority */
div {
position: relative;
width: 200px;
height: 200px;
border: solid 1px;
}
div div {
position: absolute;
left: 0;
right: 0;
height: 20px;
width: 20px;
background: #000;
}
<div><div></div></div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment