Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>IT Mitică | h1 test</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; }
  h1 { display: table;}
  h1 span { display: table-cell; text-align: center;}
  #left, #right { width: 50%; border-bottom: 1px solid black; }
  #left { text-align: right; }
  #right { text-align: left; }
  #center { display: block; padding: 0 0.5em; }
  
</style>
</head>
<body>
    <h1>
      <span id="left">&nbsp;</span>
      <span id="center">Hello&nbsp;World</span>
      <span id="right">&nbsp;</span>
  </h1>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers