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;
}
@media (max-width: 400px) {
.four_zero_four_bg{
background-image: url(/assets/bilder/404portrait.jpg);
}
}
.four_zero_four_bg h1{
font-size:80px;

View File

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