From e4984b59a1e807766e36b0ae261519a8dc18a9cb Mon Sep 17 00:00:00 2001 From: Tejas Sawant Date: Thu, 10 Oct 2024 16:30:00 +0530 Subject: [PATCH] Update live.html --- live.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/live.html b/live.html index 48e25be..3a54f4f 100644 --- a/live.html +++ b/live.html @@ -10,9 +10,7 @@ /* General Page Styling */ body { font-family: 'Arial', sans-serif; -/* background: url('https://img.freepik.com/free-vector/seamless-gold-rhombus-grid-pattern-black-background_53876-97589.jpg?t=st=1728554177~exp=1728557777~hmac=0b7119047a6c34dd7734304178368be23f94fb1ecfb4657e6d84923f3f14ce88&w=1480') no-repeat center center fixed; */ - background:black ; - + color:black; background-size: cover; margin: 0; padding: 20px; /* Updated for padding */ @@ -281,6 +279,9 @@ } } + body{ + color:black; + }