Skip to content

Instantly share code, notes, and snippets.

Created November 13, 2013 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/7455361 to your computer and use it in GitHub Desktop.
Save anonymous/7455361 to your computer and use it in GitHub Desktop.
Untitled
#wrapper {
display: table;
width: 300px;
height: 200px;
border: 1px solid black;
}
#wrapper .col {
display: table-cell;
width: 33.3%;
padding: 10px;
text-align: center
}
#wrapper .col2 {
border-right: 1px solid grey;
border-left: 1px solid grey
}
<!-- content to be placed inside <body>…</body> --><div id="wrapper"><div class="col col1">a</div><div class="col col2">b</div><div class="col col3">c</div></div>
// alert('Hello world!');
{"view":"split-vertical","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