Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Spoiler Content Box</title>
</head>
<body>
  
  <header id="header" class="floatheader">
    <div id="opener"></div>
    <div class="inner">
  <h4 style="text-align: center;">Enter the spoiler text:</h4>
  <p style="text-align: center;">Paste anything. Text, image. Formatted text works as well. This will generate code for each of the box.</p>
  <div id="text_" class="enter-spoiler" contenteditable="true" style="border: 2px solid #0dacff; padding: 10px; box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2), 2px 2px 7px rgba(0,0,0,0.2);">Jon Snow is alive in Game of Thrones</div>
    </div>
    </div>
  </header>
  
  <pre style="white-space: normal; font-size: 0.8em;"><b>To generate code :</b> click on arrow icon at the bottom to open the generator box and then get the code you can copy and paste in your post.</pre>
  <h4>Default Color</h4>
  <div class="spoiler">
    Jon Snow is alive in Game of Thrones
  </div>
  
  <h4>Green</h4>
  <div class="spoiler green">
    Jon Snow is alive in Game of Thrones
  </div>
  
  <h4>Blue</h4>
  <div class="spoiler blue">
    Jon Snow is alive in Game of Thrones
  </div>
  
  <h4>Red</h4>
  <div class="spoiler red">
    Jon Snow is alive in Game of Thrones
  </div>
  
  <h4>Purple</h4>
  <div class="spoiler purple">
    Jon Snow is alive in Game of Thrones
  </div>
  
  <h4>Black</h4>
  <div class="spoiler black">
    Jon Snow is alive in Game of Thrones
  </div>
  
  <h4>White</h4>
  <div class="spoiler white">
    Jon Snow is alive in Game of Thrones
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
xxxdepypro
0viewers