Skip to content

Instantly share code, notes, and snippets.

@doochik
Created November 5, 2016 11:28
Show Gist options
  • Save doochik/fc3d53d75514054e4a43b6ea98bc3bd7 to your computer and use it in GitHub Desktop.
Save doochik/fc3d53d75514054e4a43b6ea98bc3bd7 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
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<table>
<tr>
<td>1<br/>2</br>3</br>4</br>5<br/>6<br/>7</td>
<td style="background: green;height:100%">
<div style="display:flex;background:red;height: 100%;flex-direction: column">
<button style="height:20px">1</button>
<button style="height:20px;align-self:flex-end">2</button>
<button style="height:20px;align-self:flex-end">3</button>
</div>
</td>
</tr>
</table>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment