GRADIENT!

This commit is contained in:
klappstuhl24 2023-11-17 14:28:22 +01:00
parent 3406748c66
commit ddc65799f5
1 changed files with 5 additions and 2 deletions

View File

@ -4,12 +4,15 @@
@inject IJSRuntime JSRuntime @inject IJSRuntime JSRuntime
@implements IAsyncDisposable @implements IAsyncDisposable
<section class="about_section" style="background-image: url('images/5KeineAngstvorFehlern2014.jpeg'); background-size: cover; background-repeat: no-repeat; background-blend-mode:lighten"> <section class="about_section" style="background-image: url('images/5KeineAngstvorFehlern2014.jpeg'); background-size: cover; background-repeat: no-repeat; background-blend-mode:lighten">
<div class="hero_area hero-area-visible"> <div class="hero_area hero-area-visible">
<!-- slider section --> <!-- slider section -->
<section class="slider_section" style="background-image: url('images/118EinfacherFrieden2017.jpg'); background-size: cover; background-repeat: no-repeat; background-blend-mode:lighten"> <section class="slider_section" style="background-image: url('images/118EinfacherFrieden2017.jpg'), linear-gradient(to bottom, #ffffff 0%, transparent 1%, transparent 99.5%, #f3f0f6 100%); background-size: cover; background-repeat: no-repeat; background-blend-mode:lighten;">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-6 "> <div class="col-md-6 ">
@ -62,8 +65,8 @@
</div> </div>
</div> </div>
</section> </section>
<!-- end slider section -->
</div> </div>
<!-- end slider section -->
@* <!-- explaining section --> @* <!-- explaining section -->