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; +}