NX - Signup Email
HTML
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'>
<img src="https://static.wixstatic.com/media/0734ff_699e6b6d730c4cafa10912405aa3d800.png/v1/fill/w_322,h_171,al_c,usm_0.33_1.00_0.00/0734ff_699e6b6d730c4cafa10912405aa3d800.png" style="float: right; width: 150px;" />
<h1>CG Beta: Email Services</h1>
<h3>Your Detailed Info on Your Form Choices and Answers.</h3>
<div class="spacer"></div>
<table class="demo">
<thead>
<tr>
<th>Required Form Answers
<th>Your Answers</th>
</tr>
</thead>
<tbody>
<tr>
<td>Name</td>
<td>Name Not Given</td>
</tr>
<tr>
<td>Email</td>
<td>Email Not Given</td>
</tr>
<tr>
<td>Do You Agree to Create Account?</td>
<td>n/a</td>
</tr>
<tr>
<td>Username</td>
<td>Username Not Given</td>
</tr>
<tr>
<td>Password</td>
<td>Hidden</td>
</tr>
<tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="2" style="background: #F0F0F0; font-size:9pt">This email was sent to you on behalf of Computer Guys Beta. Our records show that you signed up on either aemail subscribe form or email account creation form. If you did not do this, do not reply to this email. If you did create this account our subscription, repond with the words, "yes, create". Thanks for Using CG Beta! Visit Our Newly Updated Site at: http://computerguys2017.wix.com/beta. Signup for Newsletters Today! Follow Us One Social Media!</td>
</tr>
<tbody>
</table>
CSS
body {
font-family:'Roboto Condensed', sans-serif;
font-weight: 300;
padding: 20px;
}
h1, h2, h3 {
margin: 2px;
}
h1 {
color: #006EAB;
}
h3 {
color: #9D9D9D;
}
.spacer {
height: 15px;
}
.demo {
width: 100%;
border:0px;
border-collapse:collapse;
border-spacing:0px;
padding:5px;
}
.demo th {
border-bottom:1px solid #DDD;
padding:5px;
background:#F0F0F0;
text-align:left;
padding:10px;
}
.demo td {
border-bottom:1px dotted #F0F0F0;
text-align:left;
padding:10px;
}