Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Document</title>
</head>
<body>
<div class = "parent">
  <div class = "child">22</div>
  <div class = "child">211212</div>
  <div class = "child">6666666</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
  <div class = "child">211212</div>
</div>
</body>
</html>
 
.parent{
display: flex;
flex-flow: row wrap;
width: 80%;
height:400px;
border: solid 5px blue;
align-items:center;
align-content:stretch;
}
.child{
width:200px;
font-size: 20px;
border:solid 2px black;
}
Output

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

Dismiss x
public
Bin info
rich44pro
0viewers