This commit is contained in:
Janis M
2022-03-29 12:40:18 +02:00
parent 5c128cb2ae
commit 0c4e9e83c4
10 changed files with 211 additions and 174 deletions

View File

@@ -0,0 +1,6 @@
<header class="auth-header">
<p>OnlineShop | <%= title %></p>
<div class="auth-header-image-container">
<img src="/images/logo.png">
</div>
</header>

View File

@@ -6,26 +6,26 @@
<style type="text/css">
.footerDIV {
width: 100%;
background-color: #414854;
clear: both;
position: relative;
height: 65px;
margin-top: -56px;
width: 100%;
background-color: #414854;
clear: both;
position: relative;
height: 65px;
margin-top: -56px;
}
/* LOGO PART */
.footerDIVLogo {
width: 20%;
height:80%;
margin-left: auto;
margin-right: auto;
width: 20%;
height:80%;
margin-left: auto;
margin-right: auto;
}
.footerDIVLogo > img {
height: 80%;
position: relative;
top:20%;
left:40%;
margin-left: auto;
margin-right: auto;
height: 80%;
position: relative;
top:20%;
left:40%;
margin-left: auto;
margin-right: auto;
}
</style>

View File

@@ -4,4 +4,5 @@
<title>Shop - <%= title %></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/auth_header.css">

View File

@@ -1,6 +1,8 @@
<div class="headerDIV">
<div class="headerDIVLogo">
<img style="cursor:pointer"onclick="window.open('/', '_self')" src="https://bock-drauf.com/wp-content/uploads/2019/09/amazon-logo-1024x576.png">
<a href="/">
<img style="cursor:pointer"onclick="window.open('/', '_self')" src="https://bock-drauf.com/wp-content/uploads/2019/09/amazon-logo-1024x576.png">
</a>
</div><div class="headerDIVSearch">
<input placeholder="Suche" class="vertical-center"></input
><button class="vertical-center"><i class="material-icons">search</i></button>