Created
February 3, 2015 19:04
-
-
Save Toddses/105897b0426ed1b396f8 to your computer and use it in GitHub Desktop.
RDM Email Sig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> <span>•</span> <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