Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created December 19, 2012 21:00
Show Gist options
  • Save stijnj/4340388 to your computer and use it in GitHub Desktop.
Save stijnj/4340388 to your computer and use it in GitHub Desktop.
Position: absolute
/**
* Position: absolute
*/
.bar {
position: absolute;
right: 0;
top: 0;
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