From bb0c05ad18140ccf44ea4010b76c971b76a62695 Mon Sep 17 00:00:00 2001 From: Demetrius Semanko <143662059+DemetriusSemanko@users.noreply.github.com> Date: Wed, 4 Mar 2026 07:37:34 -0500 Subject: [PATCH] Link Duck Day blog to Blog index.html --- blog/index.html | 15 ++++++++++++++- style.css | 7 +++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/blog/index.html b/blog/index.html index 8d897ca..30a83b3 100644 --- a/blog/index.html +++ b/blog/index.html @@ -21,7 +21,20 @@ Blog -
+
+
+

Duck Day 2026

+

+ When programming, we try to develop + something, but we also develop + problems. We try our best to fix the + problem, but we find ourselves struggling. Who or what can we turn to? +

+ A duck! 🦆 +
+ Read more... +
+
diff --git a/style.css b/style.css index 1d21725..772a802 100644 --- a/style.css +++ b/style.css @@ -89,3 +89,10 @@ nav { .author { font-style: italic; } + +article { + border: solid black; + border-left-style: none; + border-right-style: none; + padding-bottom: 2em; +} -- 2.51.2