Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div class="con">
  <div class="conrow">
    <div>gdsgsdg sg sdg sdf gdf gd fg dfg</div>
    <div>sdfkjsd kfjsdf sdfj sdfj sdlk fslkd fskldf  sdf sdf sd f</div>
    <div>gdsgsdg sg sdg sdf gdf gd fg dfg</div>
    <div>gdsgsdg sg sdg sdf gdf gd fg dfg</div>
    <div>gdsgsdg sg sdg sdf gdf gd fg dfg</div>
  </div>
  </div>
</body>
</html>
 
.con {
  border: 1px solid gray;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.con .conrow {
  display: table-row
}
.conrow div {
  display: table-cell;
  border: 1px solid gray;
  width: 50px;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers