From 1cf5012db1fc93f69cc0c09941fda568dc617641 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 12 Feb 2025 23:35:20 +0000 Subject: [PATCH] Add author details --- index.html | 2 ++ style.css | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/index.html b/index.html index ef4f2fb..4e23bc4 100644 --- a/index.html +++ b/index.html @@ -176,6 +176,8 @@ Alalminórë once in ancient realms.

+ + diff --git a/style.css b/style.css index 97dd74e..527028d 100644 --- a/style.css +++ b/style.css @@ -89,3 +89,10 @@ main { margin-left: 2em; text-indent: -2em; } + +.author { + text-align: center; + font-variant-caps: all-small-caps; + font-variant-numeric: oldstyle-nums; + margin-top: 3.9rem; +}