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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  .super_underline {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #aaa; }
  .super_underline:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    z-index: 1;
    border-bottom: 3px solid #ccc;
    content: ""; }
  .super_underline:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #aaa;
    content: ""; }
</style>
</head>
<body>
  <h1 class="super_underline">Super Underline</h1>
</body>
</html>
Output

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

Dismiss x
public
Bin info
emilsallpro
0viewers