Skip to content

Instantly share code, notes, and snippets.

@timorantalaiho
Created November 28, 2013 13:26
Show Gist options
  • Save timorantalaiho/7691803 to your computer and use it in GitHub Desktop.
Save timorantalaiho/7691803 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
*/
.resut { display: table; }
.herra {
display: table-row;
border: 1px solid blue;
}
.herra span { display: table-cell; padding: 2px; border: 0.07em dashed red; }
<!-- content to be placed inside <body>…</body> -->
<section class="resut">
<div class="herra"><span>Teppo</span><span>Kurki</span></div>
<div class="herra"><span>Juhana jolla vois olla tosi pitkäkin nimi ja sit koko taulukko levenis</span><span>Hurtig</span></div>
</section>
// 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