This commit is contained in:
2021-12-06 11:21:59 +01:00
parent 6228dc04f0
commit b25c3793ce
4 changed files with 12 additions and 14 deletions

View File

@@ -25,7 +25,6 @@
#down-btn { #down-btn {
transition: all 0.75s; transition: all 0.75s;
color: #121212; color: #121212;
background-color: #808080;
text-align: center; text-align: center;
position: absolute; position: absolute;
left: 50%; left: 50%;
@@ -35,8 +34,12 @@
width: 100%; width: 100%;
font-size: 1.3rem; font-size: 1.3rem;
padding: .5px; padding: .5px;
border-radius: 4px; border-radius: 1em;
text-decoration: none; text-decoration: none;
}
#down-btn img {
width: 100%;
height: 100%;
} }
#content { #content {
width: 100%; width: 100%;

View File

@@ -40,7 +40,5 @@
width: 10%; width: 10%;
} }
.item-desc { .item-desc {
margin-top: 1%; color: #121212;
height: 90%;
width: 80%;
} }

View File

@@ -29,13 +29,9 @@
<a class="shop-img" href="../bilder/SignIn_Button.jpg"> <a class="shop-img" href="../bilder/SignIn_Button.jpg">
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/> <img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
</a> </a>
<div class="item-desc"> <h1 class="hdline">Name</h1>
<h1>Name</h1> <p class="item-desc">Description</p>
<p>Description</p> <p class="preis">Preis</p>
<p>Preis</p>
</div>
<!-- Keine Ahnung warum das unter dem item div ist -->
</div> </div>
</div> </div>
<!-- On Top Knopf --> <!-- On Top Knopf -->

View File

@@ -7,6 +7,7 @@
<link rel="stylesheet" type="text/css" href="./assets/seiten/css/index.css"/> <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="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"/> <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> </head>
<body> <body>
<!-- Menü --> <!-- Menü -->
@@ -48,7 +49,7 @@
</section> </section>
</div> </div>
<!-- Scroll Down Knopf--> <!-- Scroll Down Knopf-->
<a id="down-btn" href="#content">Nach Unten<br>⬇️</a> <a id="down-btn" href="#content"><img src="./assets/bilder/down_arrow.png"></a>
<!-- On Top Knopf --> <!-- On Top Knopf -->
<a id="up-btn" href="#top">⬆️<br>Nach Oben</a> <a id="up-btn" href="#top">⬆️<br>Nach Oben</a>