updated page to new style banner
This commit is contained in:
parent
e893372d4f
commit
50d718b70c
@ -10898,6 +10898,20 @@ textarea.form-control {
|
|||||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.old-build-banner {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
background-color: #002b49; /* fallback brand blue */
|
||||||
|
background-image: url('/images/older-property-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;
|
||||||
|
}
|
||||||
|
|
||||||
.banner-overlay-2 {
|
.banner-overlay-2 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
@ -12,13 +12,18 @@ include_once $URLcorrection . 'includes/header.php';
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<section class="padding-top-50 padding-bottom-50 company-background">
|
<section class="old-build-banner">
|
||||||
<div class="container text-center">
|
<div class="banner-overlay-2"></div>
|
||||||
<div class="row justify-content-center">
|
<div class="container">
|
||||||
<div class="col">
|
<div class="banner-content">
|
||||||
<h1 class="margin-top-20">Older Property Loft Boarding</h1>
|
<div class="text-container">
|
||||||
<p class="stand-out-text">LBNW Timber System • Victorian/Edwardian Specialists • Ceiling Protection</p>
|
<span class="top-tag text-white">North East Loft Boarding</span>
|
||||||
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
<h1 class="stand-out-text">Older Property Loft Boarding</h1>
|
||||||
|
<p>LBNW Timber System • Victorian/Edwardian Specialists • Ceiling Protection</p>
|
||||||
|
|
||||||
|
<div class="">
|
||||||
|
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user