Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<meta name=viewport content="width=device-width, initial-scale=1"/>
<style>
</style>
<body>
  <div class=box>Click / tap me to make me red</div>
  <div class=box ontouchstart="false">This box is the same expect it has
    a touch listener (shouldn't impact CSS states but does)</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
rbyerspro
0viewers