Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>Title</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  #a{
    position:absolute;
    width:320px;
    background:#600;
    height:320px;
    border-radius: 160px;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    -o-border-radius: 160px;
  }
  #b{
    position: absolute;
    top: 60px;
    left: 60px;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
  }
  
 
  
</style>
  
  
</head>
<body>
  <body>
    
    
    <div id="a">
      
      <div id="b">    
        
      </div>
      
    </div>
    
</body>
  
  
</body>
</html></html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers