<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Miscelánea</title>
<link href="../estilo.css" rel="stylesheet" type="text/css" />
<link href="../menu.css" rel="stylesheet" type="text/css" />
</head>
<!---------------------------------------------------------------------------------------->
<body>
<div class="encabezado">
<div class="logo">
<img src="../images/logo.png" / id="logo">
</div>
<div class="menu">
<ul class="nav">
<script type="text/javascript" src="../menusup1.js"></script>
</ul>
</div>
<div class="submenu">
<script type="text/javascript" src="menu2.js"></script>
</div>
<p> </p>
</div>
<!---------------------------------------------------------------------------------------->
<div class="cuerpo">
<img src="portada/portada.png">
</div>
<!---------------------------------------------------------------------------------------->
<div class="pie">
Luis Arenas Copyright © Todos los derechos reservados.
<p><a href="https://www.facebook.com/LuisArenasFotografo" target="_blank"><img src="../images/face.png" alt="facebook" /></a>
</div>
</body>
</html>
html, body {
font-family:"Century Gothic", "book Antiqua", calibri, candara;
font-size: 14px;
margin: 0;
background-image:url(images/bg.jpg);
color: #bbbbaa;}
.encabezado {min-height: 130px;
position: relative;
margin-top: 0px;}
.cuerpo {min-height: 450px;
background-color: #333;
position: relative;
background-image:url(images/bg2.jpg);
text-align: center;}
.contenido {width: 1024px;
text-align: left;
margin: auto;
padding-top: 10px;}
.pie {min-height: 50px;
width: 100%;
margin: 20px auto auto auto;
position: relative;
text-align: center;}
.logo {min-width: 200px;
min-height: 200px;
height: auto;
position:absolute;
top: 0px;
left: 0px;}
.menu {
position:absolute;
top: 0px;
right:0px;
width: 700px;
}
.submenu {
height: 60px;
position: absolute;
right: 10px;
top: 70px;
max-width: 650px;
z-index: 3;
}
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. |