From b636b05b5d0f2d1566e1404c7b9af36549d8b16c Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Fri, 26 Jul 2024 16:31:10 +0530 Subject: [PATCH] Update styles on 404 page --- 404.html | 4 ++-- index.html | 4 ++-- style.css | 10 ++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/404.html b/404.html index ffa5a09..1434a01 100644 --- a/404.html +++ b/404.html @@ -9,10 +9,10 @@
- My Full Name - Nirmal Kumar R + My Full Name - Nirmal Kumar R
- +

404 Not Found

diff --git a/index.html b/index.html index 8a45b22..4c999df 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@
- My Full Name - Nirmal Kumar R + My Full Name - Nirmal Kumar R
@@ -23,7 +23,7 @@
- A picture of an ashram garden + A picture of an ashram garden
diff --git a/style.css b/style.css index 8681dbe..6bed1cb 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,7 @@ nav { display: flex; align-items: start; justify-content: center; + margin: 2em 0 3em; } nav a { @@ -45,6 +46,11 @@ p { margin: 1em 0; } +img { + display: block; + width: 400px; +} + .home { margin-top: 1em; } @@ -54,10 +60,6 @@ p { margin-left: 1em; } -.home img { - display: block; -} - .content-title { color: #663333; font-weight: bold;