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 id="imageBox">
      <img src="http://www.umbitious.com/media/16172/hello_world_crop.jpg" alt="some text" />
    </div>
</body>
</html>
 
#imageBox
{
  display:flex;
  flex-direction:column;
  justify-content:center;
  width: 400px;
  height: 400px;
  border: 1px solid;
}
#imageBox img
{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
Output

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

Dismiss x
public
Bin info
Razor7689pro
0viewers