Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Appearing/disappearing message box with CSS transitions only" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p>Some content before</p>
  <div id="message" class="box shown">
    <h4>Error!</h4>
    <p>You've made an error.</p>
  </div>
  <p>Some other content after</p>
  <button id="toggle">Toggle visibility</button>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
ernstkipro
0viewers