added styling to mystical creatures and added tables/hours styled

This commit is contained in:
2025-10-14 16:38:33 -05:00
parent ebd5d8f09a
commit 030a89533b

View File

@@ -32,8 +32,8 @@
<li>go to work</li> <li>go to work</li>
</ol> </ol>
<h4>mythical creatures</h4>
<dl> <dl style="background-color: lightgreen; border:2px solid">
<dt>dragon</dt> <dt>dragon</dt>
<dd>flying dog</dd> <dd>flying dog</dd>
<br> <br>
@@ -44,5 +44,32 @@
<dd>wolf man</dd> <dd>wolf man</dd>
</dl> </dl>
<h3>David and leo coffee shop hours</h3>
<table border="2" style="background-color: black;">
<tr align="center" style="background-color: lightblue;">
<th width="100">Sunday</th>
<th width="100">Monday</th>
<th width="100">Tuesday</th>
<th width="100">Wednesday</th>
<th width="100">Thursday</th>
<th width="100">Friday</th>
<th width="100">Saturday</th>
</tr>
<tr align="center" style="background-color: aliceblue;">
<td>Closed</td>
<td>9-5</td>
<td>6-7</td>
<td>6-9</td>
<td>6-7</td>
<td>6-9</td>
<td>10-2</td>
</tr>
</table>
</body> </body>
</html> </html>