Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
  
  <div id="image">
    
    
    <div class="circle">
        
      <h3>not to know is<br> no shame<br>Shame is not to ask</h3>     
      <hr>      
      <img src="http://i.stack.imgur.com/mAwEl.png" width="200">
       
    </div>
    
    
  </div>
  
  
</body>
</html>
 
body{
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:16px;
  color:#000;
}
hr{
  border:none;
  background:rgba(255,255,255,0.5);
  border-radius:1px;
}
#image{
  position:Relative;
  margin:50px auto;
  width:640px;
  height:430px;
  background:url(http://i.stack.imgur.com/qKmAp.jpg);
  text-align:center;
}
.circle, .circle:before{
  position:absolute;
  border-radius:150px;  
}
.circle{  
  width:200px;
  height:200px;
  z-index:0;
  margin:11%;
  padding:40px;
  background: hsla(0, 100%, 100%, 0.6);   
}
.circle:before{
  content:'';
  display:block;
  z-index:-1;  
  width:200px;
  height:200px;
  
  padding:44px;
  border: 6px solid hsla(0, 100%, 100%, 0.6);
  /* 4px more padding + 6px border = 10 so... */  
  top:-10px;
  left:-10px; 
}
Output 300px

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

Dismiss x
public
Bin info
roXonpro
0viewers