Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
  <head>
    <title></title>
    <meta charset="utf-8" />
    <style>
     :checked ~ p {}
     :checked + p + p {
        color: red;
      }
    </style>
  </head>
  <body>
    <input type="radio" name="accordion" />
    <p>Paragraph one</p>
    <p>Paragraph two</p>
    <input type="radio" name="accordion" />
    <p>Paragraph three</p>
    <p>Paragraph four</p>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers