updated image for banner
This commit is contained in:
parent
8d5090c335
commit
08c855cf4a
@ -10882,3 +10882,18 @@ textarea.form-control {
|
||||
|
||||
background-repeat: no-repeat;
|
||||
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;
|
||||
}
|
||||
@ -11,7 +11,7 @@ include_once $URLcorrection . 'includes/header.php';
|
||||
?>
|
||||
|
||||
|
||||
<section class="contact-banner">
|
||||
<section class="new-build-banner">
|
||||
<div class="banner-overlay"></div>
|
||||
<div class="container">
|
||||
<div class="banner-content">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user