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=d1>
<div id=d2>
</body>
</html>
 
div {background:rgba(0,0,0,0.3);}
#d1 {
  width:100px;height:100px;
    outline:solid;
}
#d2 {
  width:50px;height:50px;
    position:relative;
    top:25px;
    left:75px;
}
Output 300px

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

Dismiss x
public
Bin info
frivoalpro
0viewers