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="parent text-center">
       <img class="absolute" src="http://dummyimage.com/60x60/f5a141&text=Magnify" alt="">
    <img class="relative" src="http://dummyimage.com/300x200/000/fff" alt="">
 
  </div>
</body>
</html>
 
.parent{
  width: 600px;
  border: 1px solid #000;
  text-align: center;
}
.relative{
  position: relative;
  z-index: 1;
  
}
.absolute{
  position: absolute;
  z-index: 10;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers