master
parent
638b59a431
commit
2d65f27b41
|
@ -7,7 +7,7 @@
|
||||||
background: url('{{ asset('template/images/finkenhammer-hof.jpg') }}');
|
background: url('{{ asset('template/images/finkenhammer-hof.jpg') }}');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size:auto;
|
background-size:cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
.bgimage h5 {
|
.bgimage h5 {
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<a href="{{($content->path)}}" class="text-decoration-none">
|
<a href="{{($content->path)}}" class="text-decoration-none">
|
||||||
<div class="card shadow-sm" style="background-color: #f8f8f4;">
|
<div class="card shadow-sm" style="background-color: #f8f8f4;">
|
||||||
<img src="https://picsum.photos/600/300" class="card-img-top border-bottom img-fluid">
|
<img src="Gustavo Luigi says:{{$content->image()}} " class="card-img-top border-bottom img-fluid">
|
||||||
|
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2 class="h5 fw-bolder">{{$content->title}}</h2>
|
<h2 class="h5 fw-bolder">{{$content->title}}</h2>
|
||||||
|
|
Loading…
Reference in New Issue