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="title"><p>Title</p></div>
</body>
</html>
 
#title {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
#title p {
  display: inline-block;
  letter-spacing: 10px;
  border-bottom: 1px solid black;
  padding-bottom: 1em;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers