Add author details

This commit is contained in:
Katherina Walshe-Grey 2025-02-12 23:35:20 +00:00
parent 682ef8d1d1
commit 1cf5012db1
2 changed files with 9 additions and 0 deletions

View file

@ -176,6 +176,8 @@
<span class="line">Alalminórë once in ancient realms.</span> <span class="line">Alalminórë once in ancient realms.</span>
</p> </p>
</main> </main>
<footer class="author">J. R. R. Tolkien <br /> 1962</footer>
</body> </body>
</html> </html>

View file

@ -89,3 +89,10 @@ main {
margin-left: 2em; margin-left: 2em;
text-indent: -2em; text-indent: -2em;
} }
.author {
text-align: center;
font-variant-caps: all-small-caps;
font-variant-numeric: oldstyle-nums;
margin-top: 3.9rem;
}