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>Heading Demo</title>
</head>
<body>
  <header>
    <h1 class="TitleXL">Heading Demo</h1>
  </header>
  <section>
    <article>
          <div>
          <img src="https://placekitten.com/600/600" alt="generated image from nature using placekitten.com">
          </div>
          <div>
          <h2 class="TitleL">Article 1</h2>
          <p> No guns, no killing. My anger outweights my guilt. My anger outweights my guilt. No guns, no killing.</p>
          <p>Does it come in black? Someone like you. Someone who'll rattle the cages. It's not who I am underneath but what I do that <a href="https://axbom.info">defines me.</a></p>
          </div>
    </article>
    <article>
        <div>
        <img src="https://placekitten.com/600/600" alt="generated image from nature using placekitten.com">
      </div>
      <div>
          <h2 class="TitleM">Article 2</h2>
          <p>This isn't a car. I will go back to Gotham and I will fight men Iike this but I will not become an executioner. Accomplice? I'm gonna tell them the whole thing was <a href="https://axbom.info">your idea</a>.</p>
      </div>
    </article>
    <article>
      <div>
        <img src="https://placekitten.com/600/600" alt="generated image from nature using placekitten.com">
      </div>
      <div>
          <h2 class="TitleM">Article 3</h2>
          <p>It ends here. I'm Batman I'll be standing where l belong. Between you and the peopIe of Gotham. Bats frighten me. It's time my enemies shared <a href="https://axbom.info">my dread</a>.</p>
      </div>
    </article>
  </section>
  <footer class="page-footer">
    <div>
    <h2 class="TitleS">Social media</h2>
      <ul>
        <li><a href="https://axbom.com/follow">Fediverse</a></li>
        <li><a href="https://linkedin.com/in/axbom">LinkedIn</a></li>
      </ul>
    </div>
    <div>
    <h2 class="TitleS">Resources</h2>
      <ul>
        <li><a href="https://placekitten.com">Placekitten</a></li>
        <li><a href="https://placekitten.com">Batman Ipsum</a></li>
      </ul>
    </div>
    <div>
    <h2 class="TitleS">About us</h2>
      <ul>
        <li>item 1</li>
        <li>item 2</li>
      </ul>
    </div>
    <div>
    <h2 class="TitleS">Contact info</h2>
      <ul>
        <li>item 1</li>
        <li>item 2</li>
      </ul>
    </div>
  </footer>
</body>
</html>
Output

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

Dismiss x
public
Bin info
axbompro
0viewers