.
This commit is contained in:
10
404.html
10
404.html
@@ -3,15 +3,15 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="with=device-width, initial-scale=1.0">
|
<meta name="viewport" content="with=device-width, initial-scale=1.0">
|
||||||
<title>404</title>
|
<title>404</title>
|
||||||
<link rel="stylesheet" type="text/css" href="./css/404.css"/>
|
<link rel="stylesheet" type="text/css" href="./assets/seiten/css/404.css"/>
|
||||||
<link rel="icon" type="image/png" href="../bilder/Logo.png">
|
<link rel="icon" type="image/png" href="./assets/bilder/Logo.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="errmsg">
|
<div class="errmsg">
|
||||||
<img class="logo" src="../bilder/Logo.png">
|
<img class="logo" src="./assets/bilder/Logo.png">
|
||||||
<h1>Error 404: Not Found</h1>
|
<h1>Error 404: Not Found</h1>
|
||||||
<p>Bitte kehren sie zurück oder klicken sie auf den Knopf um zur <a href="../../index.html">Startseite</a> zu gelangen!<br></p>
|
<p>Bitte kehren sie zurück oder klicken sie auf den Knopf um zur <a href="index.html">Startseite</a> zu gelangen!<br></p>
|
||||||
<button class="startseite-btn"><a href="../../index.html">Startseite</a></button>
|
<button class="startseite-btn"><a href="index.html">Startseite</a></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ body{
|
|||||||
float: left;
|
float: left;
|
||||||
height: 60%;
|
height: 60%;
|
||||||
display: block;
|
display: block;
|
||||||
color: #f2f2f2;
|
color: #b5b5bd;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: ease 0.3s;
|
transition: ease 0.3s;
|
||||||
@@ -42,7 +42,7 @@ body{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
right: 100px;
|
right: 100px;
|
||||||
color: #f2f2f2;
|
color: #b5b5bd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-right {
|
.btn-right {
|
||||||
@@ -59,7 +59,7 @@ body{
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #b5b5bd;
|
||||||
border: rgb(138,43,226) 0.125em solid;
|
border: rgb(138,43,226) 0.125em solid;
|
||||||
padding: 0.125em 0.5em;
|
padding: 0.125em 0.5em;
|
||||||
margin-left: 0.425em;
|
margin-left: 0.425em;
|
||||||
@@ -82,7 +82,7 @@ body{
|
|||||||
|
|
||||||
.neon-button:hover,
|
.neon-button:hover,
|
||||||
.neon-button:focus {
|
.neon-button:focus {
|
||||||
color: #fff;
|
color: #b5b5bd;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
box-shadow: 0 0 2em 0.5em rgb(138,43,226);
|
box-shadow: 0 0 2em 0.5em rgb(138,43,226);
|
||||||
background-color: rgb(138,43,226);
|
background-color: rgb(138,43,226);
|
||||||
|
|||||||
@@ -63,12 +63,12 @@
|
|||||||
width: 65%;
|
width: 65%;
|
||||||
margin-top: 2%;
|
margin-top: 2%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
color: #b5b5bd;
|
||||||
}
|
}
|
||||||
.über-uns p {
|
.über-uns p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
color: #FFFAFA;
|
|
||||||
}
|
}
|
||||||
.shop {
|
.shop {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<section> <!-- Hauptseite Oberer Teil -->
|
<section> <!-- Hauptseite Oberer Teil -->
|
||||||
<!-- Keine ahnung warum aber es funktioniert nur, wenn das hier drin steht. -->
|
<!-- Keine ahnung warum aber es funktioniert nur, wenn das hier drin steht. -->
|
||||||
<div class="über-uns">
|
<div class="über-uns">
|
||||||
<h1><br>Über uns</h1>
|
<h1><br>Unsere Firma</h1>
|
||||||
<p><br>Bei unserer Firma handelt es sich um ein Online-Shop, welcher nicht nur Neuwaren sondern auch
|
<p><br>Bei unserer Firma handelt es sich um ein Online-Shop, welcher nicht nur Neuwaren sondern auch
|
||||||
getestete und aufbereitete gebrauchte Ware, zu billigen Prisen anbietet. Wir sind drei Inhaber und
|
getestete und aufbereitete gebrauchte Ware, zu billigen Prisen anbietet. Wir sind drei Inhaber und
|
||||||
haben inzwieschen rund 1000 Mitarbeiter. Neuwaren haben 1 Jahr Garantie und gebrauchte Ware haben 2
|
haben inzwieschen rund 1000 Mitarbeiter. Neuwaren haben 1 Jahr Garantie und gebrauchte Ware haben 2
|
||||||
|
|||||||
Reference in New Issue
Block a user