Skip to content

Instantly share code, notes, and snippets.

@svlasov
Created December 17, 2012 13:29
Show Gist options
  • Save svlasov/4318283 to your computer and use it in GitHub Desktop.
Save svlasov/4318283 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {
width: 500px;
background-color: yellow;
margin-top: 100px;
position: relative;
}
.container .center {
position: absolute;
left: 50%;
margin-left: -50px;
}
.container .right {
position: absolute;
}
<div class="container">
<a href="#" class="right">right</a>
<a href="#" class="center">center</a>
</div>
// alert('Hello world!');
{"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