From 08c855cf4a5422af7d8e2552847c36125da7dd16 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 20 Mar 2026 13:37:00 +0000 Subject: [PATCH] updated image for banner --- css/style.css | 17 ++++++++++++++++- new-build-loft-boarding.php | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index c1741cd..f72fb2d 100644 --- a/css/style.css +++ b/css/style.css @@ -10881,4 +10881,19 @@ textarea.form-control { .approved-loft-banner { background-repeat: no-repeat; - background-position: center center; } \ No newline at end of file + background-position: center center; } + + + .new-build-banner { + position: relative; + width: 100%; + display: flex; + align-items: center; + background-color: #002b49; /* fallback brand blue */ + background-image: url('/images/new-build-loft-boarding.png'); /* ADD YOUR BRITISH LOFT IMAGE HERE */ + background-size: cover; + background-position: center; + overflow: hidden; + color: #ffffff; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + } \ No newline at end of file diff --git a/new-build-loft-boarding.php b/new-build-loft-boarding.php index 0893958..4a9fb3a 100644 --- a/new-build-loft-boarding.php +++ b/new-build-loft-boarding.php @@ -11,7 +11,7 @@ include_once $URLcorrection . 'includes/header.php'; ?> -
+