<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style>
/* -------------------------------------
GLOBAL
------------------------------------- */
body {
font-smoothing: antialiased;
text-size-adjust: none;
width: 100% !important;
height: 100%;
font-family: 'Raleway', sans-serif;
}
/* -------------------------------------
ELEMENTS
------------------------------------- */
a {
font-family: 'Raleway', sans-serif;
}
.btn-primary {
background-color: #c26458;
color: #ffffff;
padding: 9px 22px;
font-weight: 600;
font-size: 16px;
letter-spacing: 1px;
text-decoration: none;
border-radius: 30px;
border-radius: 30px;
border-radius: 30px;
margin-bottom: 30px;
}
.last {
margin-bottom: 0;
}
.first {
margin-top: 0;
}
/* -------------------------------------
BODY
------------------------------------- */
table.body-wrap {
width: 100%;
padding: 40px;
}
/* -------------------------------------
TYPOGRAPHY
------------------------------------- */
h1,h2,h3 {
font-family: 'Raleway', sans-serif;
line-height: 1.1;
margin-bottom: 15px;
color: #000;
margin: 25px 0 0px;
line-height: 1.2;
font-weight: 200;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 22px;
}
p,ul {
margin-bottom: 10px;
font-weight: normal;
font-size: 14px;
}
ul li {
margin-left: 5px;
list-style-position: inside;
}
.text-upper {
text-transform: uppercase;
}
.text-center {
text-align: center;
}
/* main style */
.container {
display: block !important;
max-width: 480px !important;
margin: 0 auto !important; /* makes it centered */
clear: both !important;
border: none !important;
background: transparent !important;
}
/* This should also be a block element, so that it will fill 100% of the .container */
.content {
padding: 0px;
max-width: 600px;
margin: 0;
display: block;
box-shadow: 0 0 1px #a3a9ac;
box-shadow: 0 0 1px #a3a9ac;
box-shadow: 0 0 1px #a3a9ac;
border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
border: 3px solid #a3a9ac !important;
}
/* Let's make sure tables in the content area are 100% wide */
.content table {
width: 100%;
padding: 0;
}
/* Adding other elements style */
.mail-header-s {
font-size: 24px;
letter-spacing: 1px;
font-weight: 600;
color: #88b17d;
}
.mail-header-main {
background-color: #7f9ead;
text-align: center;
color: #ffffff;
font-size: 30px;
letter-spacing: 2px;
font-weight: 700;
margin-top: 8px;
margin-left: -3px;
margin-right: -3px;
padding-top: 7px;
padding-bottom: 7px;
}
.mail-content-main {
font-size: 24px;
letter-spacing: 1px;
font-weight: 600;
color: #a3a9ac;
margin-bottom: 0px;
}
.pad-b-50 {
padding-bottom: 50px;
}
.top-image {
}
</style>
</head>
<body>
<!-- body -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container">
<table style="width: 100%;">
<tr>
<td></td>
<td class="text-center"><img class="top-image"
src="https://cdn1.iconfinder.com/data/icons/WPZOOM_Social_Networking_Icon_Set/64/gmail.png" /></td>
<td></td>
</tr>
</table>
<!-- content -->
<div class="content">
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<h2 class="text-upper text-center mail-header-s">Hello</h2><br><br><br><br><br><br><br>
</td>
</tr>
</table>
</div> <!-- /content -->
</td>
<td></td>
</tr>
</table>
<!-- /body -->
</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. |