<html>
<head> <link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic' rel='stylesheet' type='text/css'>
<meta charset=utf-8 />
<title>Wedding Invitation</title>
<!-- Type your CSS in the <style> element here. -->
<style>
body {
background-color: #eef8ff;
margin: 8px;
border: 6px solid white;
padding: 62px;px;
font-family: "Sorts Mill Goudy", Times, serif;
}
h1, h2, h3 {
margin-top: 0px;
margin-bottom: 0px;
}
h1 {
font-size: 54px;
font-weight: normal;
text-align: center;
font-style: italic;
}
.ampersand {
color: #406481;
font-size: 80px;
vertical-align: middle;
}
h3 {
font-size: 14px;
font-weight: normal;
text-align: center;
text-transform: uppercase;
color: #325c7e;
}
h2 {
text-align: center;
}
.date {
font-style: italic;
font-weight: lighter;
font-size: 28px;
border-top: 3px double
rgb(185,203,217);
padding-top: 19px;
}
.church {
font-size: 21px;
font-weight: lighter;
font-weight: normal;
}
.city {
font-size: 11px;
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
border-bottom: 3px double
rgb(185,203,217);
margin-bottom: 20px;
padding-bottom: 24px;
}
</style>
</head>
<body>
<!-- You're not allowed to edit anything below this line! -->
<h3>You Are Cordially Invited To The Wedding of</h3>
<h1>William <span class="ampersand">&</span> Kate</h1>
<h2 class="date">April 29, 2011</h2>
<h2 class="church">Westminster Abbey</h2>
<h2 class="city">London, England</h2>
<p><em>A reply is requested to:</em> State Invitations Secretary, Lord Chamberlain's Office, Buckingham Palace, London, SW1A 1AA. <em>Dress:</em> Uniform, Morning Coat or Lounge Suit.</p>
<p>Reception immediately following at Downton Abbey, County of Yorkshire. No more than one guest, please. This invitation is non-transferable.</p>
</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. |