Skip to content

Instantly share code, notes, and snippets.

@Toddses
Created February 3, 2015 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Toddses/105897b0426ed1b396f8 to your computer and use it in GitHub Desktop.
Save Toddses/105897b0426ed1b396f8 to your computer and use it in GitHub Desktop.
RDM Email Sig
<html>
<style type="text/css">
body {
background-color:#e2e2e2;
font-family:Helvetica, Arial, sans-serif;
font-size: 12px;
}
a:hover, a:visited, a:link {
text-decoration:none;
color: #0090D0;
}
#signature {
width:25em;
height: 5em;
margin: 50px auto;
padding: 50px 30px;
background-color:#fff;
}
img {
width:80px;
float:left;
margin-top: -10px;
margin-right:10px;
}
#content p {
margin:0;
padding:0;
}
#content #title {
text-transform:uppercase;
letter-spacing:2px;
color: #3d383f;
margin-top:2px
}
#content #subtitle, span {
font: italic 1em Georgia, serif;
margin-top: 5px;
color:#ccc;
}
#content #web {
float:left;
margin-top: 5px;
}
</style>
<body>
<div id="signature">
<div id="content">
<img src="http://cl.ly/YQhT/flat_drop200x200.png"/></p>
<p id="title">Todd Miller</p>
<p id="subtitle">Lead Developer</p>
<p id="web"><a href="http://rainydaymedia.net">rainydaymedia.net</a>&nbsp;&nbsp;<span>•</span>&nbsp;&nbsp;<a href="tel:19373088451">937-308-8451</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment