From 87b68c5ec8605cfa8a2cbcbaef9a6e6e41d275e3 Mon Sep 17 00:00:00 2001 From: Krish Chothani <143370415+KrishChothani@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:15:25 +0530 Subject: [PATCH] Update book.html --- book.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/book.html b/book.html index 03e806b4..dd835383 100644 --- a/book.html +++ b/book.html @@ -121,16 +121,19 @@ } .benefits { - color: #f9f9f9; + color: #FFFFFF; + text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); + /* Color for benefits text */ } .benefits h2 { + color: #FFFFFF; font-size: 4rem; /* Font size for benefits headings */ margin-bottom: 50px; /* Margin below benefits headings */ - text-shadow: 0 0 2px rgb(110, 110, 110); + text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); /* Text shadow for benefits headings */ }