From fdc0b7c5bc2585c698baf2d2a3133b8d02835e11 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 20:29:52 +0100 Subject: [PATCH] Nav additions and 404 changes --- styles/global.css | 8 ++++++-- templates/404.html | 2 +- templates/navigation.html | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/styles/global.css b/styles/global.css index 07afe06..98491d7 100644 --- a/styles/global.css +++ b/styles/global.css @@ -7,10 +7,14 @@ body { color: aliceblue; } -h2 { +h2, h1 { text-align: center; } +.e404 { + font-size: 4.5rem; +} + form { max-width: 300px; margin: 0 auto; @@ -72,7 +76,7 @@ nav ul li { color: aliceblue; margin: 0; padding: 0; - width: 95px !important; + width: 100px !important; height: 50px !important; text-align: center; justify-content: center; diff --git a/templates/404.html b/templates/404.html index 8b037eb..7bc528c 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,4 @@

Sorry,

-

404

+

404

We couldn't find the website you are looking for

diff --git a/templates/navigation.html b/templates/navigation.html index 4fc196d..38f36f7 100644 --- a/templates/navigation.html +++ b/templates/navigation.html @@ -1,5 +1,6 @@