Delete This

by paulftw

HTML

<div id=area style='height: 500px;
  width:  250px;
  border: 1px dashed;
  margin: 10px;
  position: relative;'>
      
  <div id=ball style='background-color: #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 200px;
  top: 40px;'></div>
      
</div>