From c0d743225a9fd9c523a637dbc4eda06fabfccf90 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Tue, 15 Oct 2024 19:46:21 +1100 Subject: [PATCH] x --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 45aebe4..029e6fa 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,8 @@ top: 10%; /* Adjusted for better vertical alignment */ left: 5%; /* Centering the modal on mobile */ width: 90%; /* Full width on mobile */ - background: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp3400754.jpg&f=1&nofb=1&ipt=e6ef828ce4ca397f27b57b585f1382ded672498ebfcdc63466a8fdc6507a5082&ipo=images') no-repeat center center; + background-color: #000000; + /* background: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp3400754.jpg&f=1&nofb=1&ipt=e6ef828ce4ca397f27b57b585f1382ded672498ebfcdc63466a8fdc6507a5082&ipo=images') no-repeat center center; */ background-size: cover; padding: 20px; border: 1px solid #888;