Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Forked from anonymous/dabblet.css
Last active August 29, 2015 14:08
Show Gist options
  • Save ffoodd/da69a29d208a23abe94d to your computer and use it in GitHub Desktop.
Save ffoodd/da69a29d208a23abe94d 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
*/
li {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
span {
-webkit-flex: 1 0 0;
flex: 1 0 0;
}
textarea {
-webkit-flex: 1 0 0;
flex: 1 0 0;
}
<!-- content to be placed inside <body>…</body> -->
<body>
<ul>
<li><span> Hakunamatata - Quelle phrase magnifique- </span><textarea>Hakunamatata, quel chant fantastiiiiiiiiique</textarea>
</li>
</ul>
</body>
// 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