From 692f262bfd169645503263ae453d90805a15ffb9 Mon Sep 17 00:00:00 2001 From: Amina Saeed Date: Tue, 15 Oct 2024 19:38:01 +0500 Subject: [PATCH] commit --- about.css | 1 + about.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/about.css b/about.css index c5f5af9..b574549 100644 --- a/about.css +++ b/about.css @@ -163,3 +163,4 @@ footer nav ul li a:hover { text-decoration: underline; color: #d9d9d9; } + diff --git a/about.html b/about.html index 2667ca0..284d9bc 100644 --- a/about.html +++ b/about.html @@ -97,6 +97,10 @@ text-align: center; padding: 10px 0; } + .footer-bottom p { + text-align: center; + + } #nav-top { position: fixed; bottom: 20px;