This commit is contained in:
2026-01-13 01:47:23 +01:00
parent 37e81ae825
commit a2f51b2fc1
3 changed files with 9 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -11,6 +11,12 @@
background-position: center; background-position: center;
} }
@media (max-width: 400px) {
.four_zero_four_bg{
background-image: url(/assets/bilder/404portrait.jpg);
}
}
.four_zero_four_bg h1{ .four_zero_four_bg h1{
font-size:80px; font-size:80px;

View File

@@ -7,18 +7,11 @@
<div class="col-sm-10 col-sm-offset-1 text-center" <div class="col-sm-10 col-sm-offset-1 text-center"
> >
<div class="four_zero_four_bg"> <div class="four_zero_four_bg">
<h1 class="text-center "></h1> <img src="/assets/bilder/404.jpg" alt="404">
</div> </div>
<div class="contant_box_404"> <div class="contant_box_404">
<h3 class="h2"> <a href="https://kusche.berlin" class="link_404">Zur Startseite</a>
Hier fehlt irgendwas </div>
</h3>
<p>die aufgerufene Seite existiert (noch) nicht!</p>
<a href="https://kusche.berlin" class="link_404">Zur Startseite</a>
</div>
</div> </div>
</div> </div>
</div> </div>