Skip to content

Instantly share code, notes, and snippets.

@criography
Created July 21, 2012 17:04
Show Gist options
  • Select an option

  • Save criography/3156421 to your computer and use it in GitHub Desktop.

Select an option

Save criography/3156421 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
*/
a{
background:#eee;
display:block;
height:8em;width:20em;
text-align:center;
}
#table{
width:100%;
height:100%;
display:table;
}
#cell{
width:100%;
height:100%;
display:table-cell;
vertical-align:bottom;
}
<!-- content to be placed inside <body>…</body> -->
<a>
<span id="table"><span id="cell">aaaa<br />aaaaa</span></span>
</a>
{"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