Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>columns</title>
    <link rel="stylesheet" type="text/css" href="css/screen.css" />
  <link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans:700italic,700' rel='stylesheet' type='text/css'>
  
<style type="text/css">
body {
    background-image: url(http://zorl.net/t20130201/i/bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
#container {
    width: 990px;
    margin: 0px auto;
    background-color: #FFF;
    overflow: auto;
}
    
#zepage {
    width: 990px;
    margin: 0;
    background-color: #FFF;
    overflow: auto;
}
    
#main {
    width:680px; 
    float:left; 
    margin:0px; 
    margin-left: 15px;
}
#sidebar {
    width:260px; 
    float:right; 
    margin:0px; 
}
.section .content {
    margin: 10px 0 10px 0;
    padding: 0px;
}
    
h1, h2, h3, h4 {
    font-family: 'Quattrocento Sans', sans-serif;
    margin-left: 0px;
}
h1, h2 {
    font-style: italic;
}
    
p {
    line-height: 24px;
    margin: 0px;
}
    
    #sidebar {
        padding: 0 15px; 
    }
    
    #sidebar .section {
        background-color: #888;
        color: white;
        margin: 10px 0 10px 0;
        padding: 10px;
    }
  
    #calendar table {
      border-collapse: separate;
      border-spacing: 2px 2px;
    }
    
    #calendar th, #calendar td {
        width: 24px;
        font-size: 9px;
        text-align: center;
        line-height: 18px;
        margin: 2px;
    /* border: 1px solid red; */
        background-color: #999;
    }
    
</style>
</head>
<body>
  
<div id="container">
  <div id="zepage">
        <div id="main">
      <div class="section">
        <h1>Lorem ipsum</h1>
        <div class="content">
          <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
                </div><!-- end of .content -->
       </div><!-- end of .section -->
     </div><!-- end of #main -->
    <div id="sidebar">
      <div class="section">
          <h2>September 2013</h2>
      
          <table id="calendar" width="240" cellspacing="0" >
            <tr>
                <th>Wk</th><th>Mo</th><th>Tu</th><th>We</th><th>Th</th><th>Fr</th><th>Sa</th><th>Su</th>
            </tr>
            <tr>
            <td>36</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td><td>31</td><td> 1</td>
            </tr>
          <tr>
                <td>37</td><td> 2</td><td> 3</td><td> 4</td><td> 5</td><td> 6</td><td> 7</td><td> 8</td>
            </tr>
          <tr>
                <td>38</td><td> 9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>
          </tr>
            <tr>
                <td>39</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>
          </tr>
            <tr>
            <td>40</td><td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td>
            </tr>
            <tr>
            <td>30</td><td>31</td><td> 1</td><td> 2</td><td> 3</td><td> 4</td><td> 5</td><td> 6</td>
            </tr>  
        </table>
      </div><!-- end of .section -->      
    </div><!-- end of #sidebar -->  
  </div><!-- end of #zepage -->
</div><!-- end of #container -->
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
stevenvhpro
0viewers