From b316074a281f96859a466cd6152c6b964fc8e8d4 Mon Sep 17 00:00:00 2001 From: Angad Deep Date: Fri, 19 Jul 2024 11:48:50 +0530 Subject: [PATCH] Updates --- Files/About.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Files/About.html b/Files/About.html index 60d120c..bb75f4a 100644 --- a/Files/About.html +++ b/Files/About.html @@ -97,13 +97,17 @@ } ol a { display: inline-flex; - background-color: white; - color: black; - border: 5px groove cyan; + background-color: black; + color: white; + text-decoration:none; + border: 2px solid whitesmoke; + font-size:18px; width: 100px; height: auto; text-align: center; padding-left: 20px; + padding-top: 3px; + padding-bottom: 3px; } p a { display: inline-flex;