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>
</head>
<body>
  <div class="horizontal-div-container">
   <div>
    <table>
     <tbody>
      <tr>
       <th >Panel ID:</th><th>100721651</th>
      </tr>
      <tr>
       <th >RFI Points:</th><th>0</th>
      </tr>
     </tbody>
    </table> 
   </div>
   <div>
    <table>
     <tbody>
      <tr>
       <th >Panel ID:</th><th>100721651</th>
      </tr>
      <tr>
       <th >RFI Points:</th><th>0</th>
      </tr>
     </tbody>
    </table> 
   </div>
  </div>
 <h1>PANEL CONFIGURATION</h1>
</body>
</html>
 
.horizontal-div-container div {
    clear: none;
    float: left;
    padding: 5px;
}
h1{
    clear: both;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers