From e893372d4f0c5b610d3fee2bbf3df0c064409044 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 20 Mar 2026 13:38:18 +0000 Subject: [PATCH] changed banner overlay --- css/style.css | 12 +++++++++++- new-build-loft-boarding.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index f72fb2d..d9629ed 100644 --- a/css/style.css +++ b/css/style.css @@ -10896,4 +10896,14 @@ textarea.form-control { overflow: hidden; color: #ffffff; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - } \ No newline at end of file + } + + .banner-overlay-2 { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: linear-gradient(90deg, rgba(0, 43, 73, 0.8) 0%, rgba(0, 43, 73, 0.2) 100%); + z-index: 1; +} \ No newline at end of file diff --git a/new-build-loft-boarding.php b/new-build-loft-boarding.php index 4a9fb3a..fd83493 100644 --- a/new-build-loft-boarding.php +++ b/new-build-loft-boarding.php @@ -12,7 +12,7 @@ include_once $URLcorrection . 'includes/header.php';
- +