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="wrapper">
    <div></div>
    <div></div>
  </div>
</body>
</html>
 
.wrapper {
  position: relative;
}
.wrapper:first-child {
  position: absolute;
  width:50px;
  height:50px;
  top:25px;
  left: 25px; 
  background: red;
  z-index: 100;
}
.wrapper:last-child {
  width:100px;
  height:100px;
  position: relative;
  background: orange;
}
Output

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

Dismiss x
public
Bin info
sungsoonzpro
0viewers