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>
  </head>
  <body>
    <div id="hero">
      <h1>
        Trello lets you work more collaboratively and get more done.
      </h1>
      <p>
        Trello’s boards, lists, and cards enable you to organize and prioritize your projects in a fun, flexible, and rewarding way.
      </p>
    </div>
    
    <div>
      <h1>Work with any team</h1>
      <p>
        Whether it’s for work, a side project or even the next family vacation, Trello helps your team stay organized.
      </p>      
    </div>
  </body>
</html>
 
body {
  font-size: 18px
}
#hero {
  background-color: blue;
  color: white;
  padding: 20px;
}
Output

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

Dismiss x