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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
html,body{
height:100%;
}
#main-content{
margin-left:auto;
margin-right:auto;
width:960px;
height:100%;
}
#announcement{
background-color:#DCE0E3;
float:left;
width:300px;
height:100%;
}
.tabbed_content{
background-color:#DCE0E3;
color:#000000;
float:right;
width:620px;
height:100%;
}
</style>
</head>
<body>
  <div id="main-content">
       <div id="announcement">
            <div id="announcement-heading">
            Announcement
            </div>
            <div id="announcement-body">
            div1 
            </div>
        </div>
        <div class="tabbed_content">
          div2
        </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