Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <style>
    
    .left-pane { float: left; width: 49%; margin-right: -49%;  }
    .right-pane { float: right; width: 49%; margin-left: -49%; }
    .left-pane-wrap { margin-right: 200px; }
    .right-pane-wrap { margin-left: 200px; }
    .left-menu li { padding: 0; margin: 0; display: block; width: 33%; float: left;text-align: center; }
    .right-menu li { padding: 0; margin: 0; display: block; width: 33%; float: right; text-align: center; }
    logo { width: 400px; height: 30px; margin: auto; display: block; text-align: center; border: 1px dotted #9cf; }
  </style>
</head>
<body>
  <div class="left-pane" style="background-color: yellow;">
    <div class="left-pane-wrap">
      <ul class="left-menu">
        <li>Item 1
        <li>Item 2
        <li>Item 3
      </ul>
    </div>
  </div>
    <div class="right-pane" style="background-color: pink;">
    <div class="right-pane-wrap">
      <ul class="right-menu">
        <li>Item 1
        <li>Item 2
        <li>Item 3
      </ul>
    </div>
  </div>
  <logo class="logo" style="background: #e0f0ff; opacity: 0.8;">LOGO</logo>
</body>
</html>
  
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers