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="theimg"></div>
<div class="overlay"></div>
</body>
</html>
 
.overlay {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;  
  box-shadow: 0px 0px 24px 30px rgba(0,0,0,0.5) inset, 0px 0px 0px 1000px rgba(0,0,0,0.5);
}
.theimg {
    position: absolute;
    top: 0px;   
    left: 0px;
    height: 300px;
    width: 300px;
}
Output

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

Dismiss x
public
Bin info
aztackpro
0viewers