From 7bffb9e0da2bc196061a4559449d9f6d877886bf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 13 Aug 2022 22:50:17 -0500 Subject: Add weeds generation --- weeds/weed.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 weeds/weed.css (limited to 'weeds/weed.css') diff --git a/weeds/weed.css b/weeds/weed.css new file mode 100644 index 0000000..12b54d9 --- /dev/null +++ b/weeds/weed.css @@ -0,0 +1,35 @@ +body { + font: 16pt/1.5 serif; + padding: 2ch; + margin: auto; + background: #666; + max-width: 72ch; +} + +article { + border: 2px ridge; + background: #888; + padding: 0 1ch; +} + +article header { + display: flex; + flex-flow: row wrap; + align-items: baseline; + justify-content: space-between; + border-bottom: 2px groove; +} + +h3 { + padding: 0 1ch; + font-style: italic; +} + +time { + font-size: 12pt; +} + +a { + text-decoration: none; + color: navy; +} -- cgit 1.4.1-21-gabe81