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="line"><div class="highlight"><span></span></div></div>
  
</body>
</html>
 
body {
  padding: 40px;
}
.line {
  height: 1px;
  background: #ddd;
  position: relative;
}
.line .highlight {
  width: 60px;
  height: 1px;
  background: #69c;
}
.line .highlight span {
  height: 5px;
  width: 40px;
  display: block;
  position: absolute;
  top: -2px; left: 10px;
  background: #69c;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers