Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created December 19, 2012 21:01
Show Gist options
  • Save stijnj/4340401 to your computer and use it in GitHub Desktop.
Save stijnj/4340401 to your computer and use it in GitHub Desktop.
Position: relative
/**
* Position: relative
*/
.bar {
position: relative;
left: 20px;
top: 20px;
width: 100px;
background: blue;
color: #fff;
}
.foo {
width: 100px;
padding: 10px;
background: red;
}
<div class="foo">
<div class="bar">
content
</div>
</div>
// alert('Hello world!');
{"view":"split","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