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 contenteditable="true">/* edit me! */
    
head {
    display: block;
}
style {
    display: block;
    color: blue;
    padding: 20px;
    border: solid 3px #ccc;
    white-space: pre;
    margin: 40px;
}
    
    style:focus {
      border: dashed 3px #ccc;
      outline: none;
    }
    
    body { background: white; }
</style>
</head>
<body>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
ImpressiveWebspro
0viewers