GRADIENT!
This commit is contained in:
parent
3406748c66
commit
ddc65799f5
|
@ -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>
|
||||||
|
</div>
|
||||||
<!-- end slider section -->
|
<!-- end slider section -->
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
@* <!-- explaining section -->
|
@* <!-- explaining section -->
|
||||||
|
|
Loading…
Reference in New Issue