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>
  <style>
    body {
  height: 100%;
  width: 100%;
  padding:50px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  font-weight: 100;
}
span {
  font-size: 50px;
  color: #333;
  color: transparent;
  text-shadow: 0 0 #333, .08em 0 0 #fff, 0 0, -.08em 0 0 #fff;
  background: -webkit-linear-gradient(#999, #999) center 1.09em no-repeat;
  background: linear-gradient(#999, #999) center 1.09em no-repeat;
  background-size: 85% 1px;
 -webkit-transition: .2s ease;
  transition: .2s ease;
}
span:hover {
   background-size: 100% 1px;
}
    </style>
</head>
<body>
<span>Подчеркивание ссылок</span>
</body>
</html>
Output

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

Dismiss x
public
Bin info
virtus1kpro
0viewers