Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
    <meta name="generator" content="PSPad editor, www.pspad.com">
    <title>
    </title>
    <style>
.clear{clear:both }
.box{background:white; width:170px; float:left; margin:5px 0 5px 20px; border:1px solid #333; text-align:center }
.container{width:620px; }
.leftside{text-align:center; background:red; float:left; width:200px; }
.rightside{background:green; float:right; width:400px; margin:0; }
.footer{margin:5px 0; background:orange; width:100%; text-align:center }
    </style>
  </head>
  <body>
    <div class='container'>
      <div class='leftside'>
        <p>hello world
        </p>
      </div>
      <div class='rightside'>
        <div class='clear'>
        </div>
        <div class='box'>
          <p>hello world
          </p>
        </div>
        <div class='box'>
          <p>hello world
          </p>
        </div>
        <div class='clear'>
        </div>
        <div class='box'>
          <p>hello world
          </p>
        </div>
        <div class='box'>
          <p>hello world
          </p>
        </div>
      </div>
      <div class='clear'>
      </div>
      <div class='footer'>
        <p>hello world
        </p>
      </div>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers