Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created November 4, 2014 14:51
Show Gist options
  • Save ffoodd/d4f5a0473c55e8a7955a to your computer and use it in GitHub Desktop.
Save ffoodd/d4f5a0473c55e8a7955a to your computer and use it in GitHub Desktop.
Hakunamatata
/**
* Hakunamatata
*/
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