lol
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#down-btn {
|
||||
transition: all 0.75s;
|
||||
color: #121212;
|
||||
background-color: #808080;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@@ -35,8 +34,12 @@
|
||||
width: 100%;
|
||||
font-size: 1.3rem;
|
||||
padding: .5px;
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
border-radius: 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
#down-btn img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#content {
|
||||
width: 100%;
|
||||
|
||||
@@ -40,7 +40,5 @@
|
||||
width: 10%;
|
||||
}
|
||||
.item-desc {
|
||||
margin-top: 1%;
|
||||
height: 90%;
|
||||
width: 80%;
|
||||
color: #121212;
|
||||
}
|
||||
@@ -29,13 +29,9 @@
|
||||
<a class="shop-img" href="../bilder/SignIn_Button.jpg">
|
||||
<img class="shop-img" src="../bilder/SignIn_Button.jpg"/>
|
||||
</a>
|
||||
<div class="item-desc">
|
||||
<h1>Name</h1>
|
||||
<p>Description</p>
|
||||
<p>Preis</p>
|
||||
</div>
|
||||
<!-- Keine Ahnung warum das unter dem item div ist -->
|
||||
|
||||
<h1 class="hdline">Name</h1>
|
||||
<p class="item-desc">Description</p>
|
||||
<p class="preis">Preis</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- On Top Knopf -->
|
||||
|
||||
Reference in New Issue
Block a user