Just some finessing

This commit is contained in:
Robert Hall
2018-09-24 20:12:29 -06:00
parent 4d807ef43d
commit 6d0da69115
6 changed files with 93 additions and 40 deletions

View File

@@ -14,6 +14,21 @@
</label>
</div>
<button type="submit" class="button">Log In</button>
<p><strong>Hint, if you haven't signed up, temporary usernames and passwords are:</strong></p>
<table>
<tr>
<th>Username</th>
<th>Password</th>
</tr>
<tr>
<td>general-zod</td>
<td>password</td>
</tr>
<tr>
<td>kal-el</td>
<td>password</td>
</tr>
</table>
</form>
<script>
@@ -56,4 +71,9 @@
padding: 1.2em;
font-size: 1em;
}
table th,
table td {
padding: 5px 5px 0 0;
text-align: left;
}
</style>