Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div id="special" tabIndex="1">
   <div>Some content</div>
   <div>Some content</div>
   <div>Some content</div>
</div>
 
div#special {
  height: 20px;
  width: 100px;
  background-color: red;
}
div#special:before {
  position: absolute;
  content: 'click me!';
  color: white;
}
div#special:focus:before {
  display: none;
}
div#special:focus {
  background-color: transparent;
}
div#special > div {
  display: none;
}
div#special:focus > div {
   display: block;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers