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="g-bd5">
    <div class="g-sd51">
        <p>左侧定宽</p>
    </div>
    <div class="g-mn5">
        <div class="g-mn5c">
            <p>中间自适应</p>
        </div>
    </div>
    <div class="g-sd52">
        <p>右侧定宽</p>
    </div>
</div>
</body>
</html>
 
html,body{margin:0; padding: 0;}
.g-bd5{margin:5px;}
.g-sd51,.g-sd52{position:relative;float:left;width:230px;margin:0 -230px 0 0;background: #3e8f3e;height: 200px;}
.g-sd52{float:right;width:190px;margin:0 0 0 -190px;}
.g-mn5{float:left;width:100%;background: #7F9F7F;height: 200px;}
.g-mn5c{margin:0 200px 0 240px;}
Output

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

Dismiss x
public
Bin info
dsky1990pro
0viewers