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>
  <h1>
    <span>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt</span>
    
  </h1>
  
  
  
</body>
</html>
 
body {
  width:400px;
}
h1 {
  background-color: #FE8020;
  color: #FFFFFF;
  display: inline;
  font-size: 18px;
  font-family:arial, sans-serif;
  line-height: 20px;
  
  
}
h1 span{
  background-color: #FE8020;
  display: inline-block;
  line-height: 20px
  margin: 10px;
  padding: 10px;
  
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers