From: Zachary Vance Date: Mon, 16 Jan 2023 18:40:25 +0000 (-0500) Subject: format X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=55dd6970b1c7194266cc85ec7b40a922454f6474;p=za3k.git format --- diff --git a/tbd/party/party.md b/tbd/party/party.md index a047599..9269628 100644 --- a/tbd/party/party.md +++ b/tbd/party/party.md @@ -4,6 +4,13 @@ table, th, td { border: 1px solid; border-collapse: collapse; + margin: 10px; +} +th { + background-color: yellow; +} +tr:nth-child(even) { + background-color: lightyellow; } img { width: 200px;