Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="setting">
    <div class="layout-left">left</div>
    <div class="layout-right">
      <div class="change">change</div>
      <div class="change">change</div>
      <div class="change">change</div>
      <div class="change">change</div>
      <div class="text">right</div>
      <div class="text">right</div>
      <div class="text">right</div>
      <div class="text">right</div>
    </div>
  </div>
  <p>next...</p>
  
  <button>click me</button>
</body>
</html>
 
.setting{
  width:100%;
  display: -moz-box;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
}
.setting > div{padding:0 20px;border:1px solid #999;}
.change{background:red;}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers