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