Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
    <style type="text/css">
body,ul {
    padding: 0;
    margin: 0;
}
.thing {
    position: fixed;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #CCCCCC;
    text-align: right;
}
.container {
    margin-top: 30px;
    width: 2000px;
}
.item {
    width: 500px;
    float: left;
    background: green;
    border: 1px solid black;
}
    </style>
</head>
<body>
<div class="thing">Hello world</div>
<div class="container">
    <ul>
        <div class="item">1</div>
        <div class="item">2</div>
        <div class="item">3</div>
    </ul>
</div>
</body>
</html>
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