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="circle">
    <span class="innerTEXT">1</span>
</div>
</body>
</html>
 
#circle {
    background: #D83737;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color:black;
    text-align:center;
    border: solid 3px white;
    font-family:Segoe UI Light;
    box-shadow:0px 0px 5px black;
  cursor:pointer;
}
#circle .innerTEXT{
  position:relative;
  top:3px;
  left:-2px;
  color:white;
  font-weight: bold;
  text-shadow:2px 2px 2px black;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers