changed banner overlay
This commit is contained in:
parent
08c855cf4a
commit
e893372d4f
@ -10896,4 +10896,14 @@ textarea.form-control {
|
||||
overflow: hidden;
|
||||
color: #ffffff;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
@ -12,7 +12,7 @@ include_once $URLcorrection . 'includes/header.php';
|
||||
|
||||
|
||||
<section class="new-build-banner">
|
||||
<div class="banner-overlay"></div>
|
||||
<div class="banner-overlay-2"></div>
|
||||
<div class="container">
|
||||
<div class="banner-content">
|
||||
<div class="text-container">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user