Skip to content

Instantly share code, notes, and snippets.

@oksushi
Created July 18, 2012 22:17
Show Gist options
  • Save oksushi/3139285 to your computer and use it in GitHub Desktop.
Save oksushi/3139285 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
*/
#outer {background: lime;}
#container {
width: 960px;
height: 100px;
background: hotpink;
margin: auto;
border: 10px solid white;
border-width: 0 10px
}
<div id="outer">
<div id="container">
I am 960px wide
</div>
</div>
{"view":"split-vertical","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