Compare commits

...

2 Commits

Author SHA1 Message Date
klappstuhl24 4bf485d523 RIPPchen fertich 2023-11-17 15:14:43 +01:00
klappstuhl24 ddc65799f5 GRADIENT! 2023-11-17 14:28:22 +01:00
3 changed files with 5 additions and 2 deletions

View File

@ -4,12 +4,15 @@
@inject IJSRuntime JSRuntime @inject IJSRuntime JSRuntime
@implements IAsyncDisposable @implements IAsyncDisposable
@* linear-gradient(to bottom, #ffffff 0%, transparent 1%, transparent 99.5%, #f3f0f6 100%)
*@
<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'); border-image: url('images/0000.png') 30 / 19px repeat; border-image-slice: 0 0 100% 0; border-image-width: 0 0 100px 0; 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 -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB