Skip to content

Instantly share code, notes, and snippets.

@iljamaas
Forked from anonymous/dabblet.css
Created November 13, 2013 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iljamaas/7455449 to your computer and use it in GitHub Desktop.
Save iljamaas/7455449 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
}
<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":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment