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="leftcontainer">
    <div class="textbox">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore
    </div>
</div>
<div class="rightcontainer">
    <div class="textbox">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore
    </div>
</div>
</body>
</html>
 
.leftcontainer{
    position: relative;
    float:left;
    width:60%;
    height:100vh;
}
.rightcontainer{
    position: relative;
    float: right;
    width:40%;
    height:100vh;
}
.textbox{
    margin-top: 50vh;
    width: 100%;
    background:#333333;
}
Output

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

Dismiss x
public
Bin info
ZealJaredpro
0viewers