<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 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
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |