This commit is contained in:
2021-12-06 11:41:25 +01:00
parent 8df88c56eb
commit 99f3713cdf
2 changed files with 9 additions and 4 deletions

View File

@@ -40,5 +40,8 @@
width: 10%; width: 10%;
} }
.item-desc { .item-desc {
color: #121212; margin-top: 1%;
}
.item-hdline {
margin-top: 1%;
} }

View File

@@ -29,9 +29,11 @@
<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>
<h1 class="hdline">Name</h1> <div class="item-description">
<p class="item-desc">Description</p> <h1 class="item-hdline">Name</h1>
<p class="preis">Preis</p> <p class="item-desc">Description</p>
<p class="preis">Preis</p>
</div>
</div> </div>
</div> </div>
<!-- On Top Knopf --> <!-- On Top Knopf -->