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>
<li><a href="#">Whatever</a></li>
</body>
</html>
 
a {
    display: block;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 2px);
    overflow: hidden;
    content: ">";
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers