Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created October 9, 2012 11:47
Show Gist options
  • Select an option

  • Save shabunc/3858247 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/3858247 to your computer and use it in GitHub Desktop.
Untitled
.container {
outline: 1px solid red;
width: 200px;
overflow: visible;
margin-top: 200px;
margin-left: 200px;
}
.child {
outline: 1px solid blue;
display: inline-block;
whitespace: nowrap;
background: pink;
margin-left: -50%;
}
<div class='container'>
<div class='child'>
ABCDEFGHIJKLMNOPQRSTUVYXWZ0123456789
</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