Skip to content

Instantly share code, notes, and snippets.

@jimsynz
Last active September 26, 2015 23:38
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 jimsynz/1177378 to your computer and use it in GitHub Desktop.
Save jimsynz/1177378 to your computer and use it in GitHub Desktop.
Never discourage replies.
<!DOCTYPE html>
<head>
<title>Please reply</title>
<style type="text/css">
#reply {
width: 400px;
}
#reply p {
border: 1px solid #888888;
background: #D4FFFC;
vertical-align: top;
box-shadow: inset #666666 0px 0px 20px;
padding: 6px;
font-family: Futura, Helvetica, gothic, sans-serif;
color: #444444;
}
#reply img {
float: left;
margin-top: 6px;
margin-bottom: 6px;
margin-right: 6px;
}
#reply img:after {
content: '.';
visibility: hidden;
display: block;
height: 0px;
width: 0px;
clear: both;
}
#reply strong {
display: block;
font-size: larger;
color: black;
}
</style>
<div id="reply">
<p>
<img src="http://resistor.io/downloads/images/reply.png" width="80" height="68" />
<strong>Please reply</strong>
Have questions or suggestions?<br />
We value your opinion. Just hit reply
to this email and tell us what's up.
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment