Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<meta name="description" content="multicol baseline">
<style>
html {
  font-size: 10px;
}
div {
  border: 1px solid;
}
span {
  display: inline-block;
  width: 5ch;
  margin: 1em;
  background-color: yellow;
}
table {
  display: inline-table;
  margin: 1em;
  width: 5ch;
  background-color: yellow;
}
.c2 {
  columns: 2;
}
</style>
<div>x <span>yy yy yy</span> z</div>
<div>x <span class="c2">yy yy yy yy yy</span> z</div>
<div>x <table><tr><td>yy yy yy yy</td></tr></table> z</div>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
kojiishipro
0viewers