Skip to content

Instantly share code, notes, and snippets.

@Aqro
Created January 9, 2014 15:14
Show Gist options
  • Save Aqro/8335612 to your computer and use it in GitHub Desktop.
Save Aqro/8335612 to your computer and use it in GitHub Desktop.
Untitled
* {margin: 0;}
#wrapper {
position: absolute;
width: 100%;
height: 100%;
}
#align {
background: red;
width: 50%;
height: 300px;
overflow: auto;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
<div id="wrapper">
<section id="align">truc</section>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment