Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created August 22, 2013 08:13
Show Gist options
  • Save stijnj/6304466 to your computer and use it in GitHub Desktop.
Save stijnj/6304466 to your computer and use it in GitHub Desktop.
...
/**
* ...
*/
.container { width: 100%; background: red; }
ul { background: white; display: inline-block; position: relative; margin: 0 0 0 200px; }
ul:before { content: ''; display: block; width: 200px; height: 100%; position: absolute; left: -200px; background: white; }
<div class="container">
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</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