From dafe3ac7c5ec6229c390495dc9b53a72046653f7 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 11 Dec 2025 23:49:35 -0500 Subject: [PATCH] add footer with link to source --- index.html | 4 ++++ styles.css | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index efaa858..9531692 100644 --- a/index.html +++ b/index.html @@ -78,6 +78,10 @@ along with this program. If not, see . + + diff --git a/styles.css b/styles.css index b90a161..94e2a91 100644 --- a/styles.css +++ b/styles.css @@ -113,3 +113,10 @@ button { grid-template-columns: subgrid; gap: inherit; } + +footer { + display: flex; + justify-content: center; + font-size: small; + margin: 5%; +}