From: Zachary Vance Date: Sun, 6 Jun 2021 19:34:34 +0000 (-0700) Subject: markdown X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=203aaac19f96499e470bb460a78ce3bcbb3c3d28;p=za3k.git markdown --- diff --git a/games/markdown.css b/games/markdown.css new file mode 100644 index 0000000..48de515 --- /dev/null +++ b/games/markdown.css @@ -0,0 +1,24 @@ +table, th, td { + border: 1px solid black; +} + +table { + border-collapse: collapse; +} + +table { + width: 100%; +} + +th { + background-color: #FFFFDD; + min-height: 50px; +} + +tr.alt td { + background-color: #EAF2D3; +} + +img { + max-width: 300px; +}