Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div class="parent">
  <div class="child">
    
  </div>
</div>
 
.parent{
  background: #000;
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  
}
.child{
  background: #ff0;
  width:100px;
  height:100px;
}
Output 300px

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

Dismiss x
public
Bin info
geeksamupro
0viewers