Skip to content

Instantly share code, notes, and snippets.

@tyv
Last active August 29, 2015 14:17
Show Gist options
  • Save tyv/c1fca7b1fa2404453ac5 to your computer and use it in GitHub Desktop.
Save tyv/c1fca7b1fa2404453ac5 to your computer and use it in GitHub Desktop.
Untitled
.parent,
.child
{
width: 200px;
height: 200px;
border: 4px solid red;
transform: translate(10px, 10px);
}
.child
{
position: fixed;
left: 0;
top: 0;
border-color: yellow;
}
<div class="parent"><div class="child">CHILD</div></div>
// alert('Hello world!');
{"view":"separate","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