Skip to content

Instantly share code, notes, and snippets.

@julia-r
Last active March 23, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julia-r/87f3073ec9a60c1a3eef7484d7980d8c to your computer and use it in GitHub Desktop.
Save julia-r/87f3073ec9a60c1a3eef7484d7980d8c 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 {
display: flex;
border: solid 1px red;
//overflow: scroll;
//resize: both;
}
span {
display: inline-block;
border: solid 1px;
}
.thing {
display: block;
flex: 1 1 auto;
width: 200px;
}
<div class="container">
<span>something</span>
<span>something</span>
<span class="thing">
something
<span>
</span>
</div>
// alert('Hello world!');
{"view":"separate","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