From d3ec0f9b88a227199661607a3a9782d217f694a6 Mon Sep 17 00:00:00 2001 From: TanishMoral11 Date: Tue, 6 Feb 2024 23:31:08 +0530 Subject: [PATCH] color --- index.html | 3 ++- style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e6aab86..2a86c4c 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,8 @@ - + +

Best Resources For You diff --git a/style.css b/style.css index 920b79b..05c04df 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { background-color: black; - color: #ffffff; + color: black; padding-top: 70px; }