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>JS Bin</title>
    <style>
      
    </style>
  </head>
  <body>
    <div id="div1">
      <h3 class="red"> The background of this div should be aqua and this text should be red</h3>
      <p> This text should be purple with the font-family fantasy </p>
    </div>
    <div id="div2">
      <h3 class="red"> The background of this div should be pink and this text should be red</h3>
      <p> This text should be purple with the font-family fantasy </p>
    </div>
    <div id="div3">
      <h3> The background of this div should be yellow</h3>
      <p> This text should be purple with the font-family fantasy </p>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers