From ed0d93db06580c724ef1cdd109e9bd28a143f75d Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 29 Dec 2025 22:22:23 -0500 Subject: [PATCH] add copyright notices --- index.html | 1 + mgs/mgs.html | 3 +++ styles/default.css | 7 +++++++ 3 files changed, 11 insertions(+) diff --git a/index.html b/index.html index 002287e..ed3c378 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,7 @@ Wikipedia badge graphic design is my passion badge + diff --git a/mgs/mgs.html b/mgs/mgs.html index cd32889..7e94209 100644 --- a/mgs/mgs.html +++ b/mgs/mgs.html @@ -211,5 +211,8 @@ + diff --git a/styles/default.css b/styles/default.css index 83bdc61..49789f0 100644 --- a/styles/default.css +++ b/styles/default.css @@ -63,6 +63,13 @@ ol ol ol { list-style: lower-roman } +#copyright { + font-size: small; + text-align: center; + margin: 0; + padding: 1rem; +} + @media screen and (min-width: 80ch) { body { border: 3px black solid;