Skip to content

Instantly share code, notes, and snippets.

@timgthomas
Created July 3, 2013 20:33
Show Gist options
  • Save timgthomas/5922552 to your computer and use it in GitHub Desktop.
Save timgthomas/5922552 to your computer and use it in GitHub Desktop.
Untitled
.container {
display: table;
}
.container input {
display: table-cell;
}
<div class="container">
<input placeholder="One" />
<input placeholder="Two" />
<input placeholder="Three" />
</div>
<div class="container">
<input />
<input />
<input />
</div>
// alert('Hello world!');
{"view":"separate","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