From c4a053584206906ac370e8fa4077712639c698af Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 22 Mar 2024 10:35:49 +0000 Subject: Adds copywright and footer --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index bcd0fb7..20bc1aa 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,6 @@ h2 { font-size: 1.8rem; } - .container { max-width: 87%; margin: 0 auto; @@ -193,3 +192,15 @@ header { font-weight: bold; color: #657c76; } + +.footer { + margin-left: auto; + margin-right: auto; + margin-bottom: 10px; + color: darkgray; + font-size: 0.8rem; + text-align: center; +} +.footer > p { + padding: 5px; +} -- cgit v1.2.3