This commit is contained in:
2021-12-06 17:09:46 +01:00
parent 7dbe18d924
commit 6d2a757438
5 changed files with 47 additions and 3 deletions

View File

@@ -0,0 +1,34 @@
.service, .retouren, .reparaturen {
background: rgba(0, 0, 0, 0.12);
margin-left: 50%;
margin-right: 50%;
transform: translate(-50%, -50%);
text-align: center;
border-radius: 1em;
border: 0.05em solid #121212;
color: #b5b5bd;
width: 90%;
height: 27%;
margin-top: 1em;
}
#tp {
margin-top: 8%;
}
.service p, .reparaturen p, .retouren p{
text-align: left;
margin-left: 2em;
font-size: 120%;
}
/*
Scrollbar entfernen
Q: https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
*/
/* Chrome, Safari, Opera (Chromium & webkit Browser) */
body::-webkit-scrollbar {
display: none;
}
body {
-ms-overflow-style: none; /* Internet Explorer & Edge */
scrollbar-width: none; /* Firefox */
}

View File

@@ -23,7 +23,7 @@
width: 81%;
height: 26%;
}
.top{
#tp{
margin-top: 6.5%;
}
.shop-img img {

View File

@@ -24,6 +24,16 @@
<!-- Sterne -->
<div class="sterne">
<section>
<div id="tp" class="service">
<h1>Service</h1>
</div>
<div class="retouren">
<h1>Retouren</h1>
</div>
<div class="reparaturen">
<h1>Reparaturen</h1>
</div>
<!-- Sterne -->
<span></span>
<span></span>
<span></span>

View File

@@ -24,7 +24,7 @@
<h1 class="hdline">Neuwaren Shop</h1>
<!-- Shop Items -->
<div class="top item">
<div id="tp" class="item">
<a class="shop-img" href="../bilder/SignIn_Button.jpg">
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>

View File

@@ -1,3 +1,4 @@
<!-- Autoren: Mika Buhl, Florian Knoche, Fabian Märker; KBM - Kauf beim Meister -->
<html lang="de">
<head>
<meta charset="utf-8">
@@ -7,7 +8,6 @@
<link rel="stylesheet" type="text/css" href="./assets/seiten/css/index.css"/>
<link rel="icon" type="image/png" href="./assets/bilder/Logo.png">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"/>
<!-- Autoren: Mika Buh, Florian Knoche, Fabian Märker; Kauf beim Meister -->
</head>
<body>
<!-- Menü -->