This commit is contained in:
M1kq
2022-01-17 12:52:47 +01:00
parent d255f1ee25
commit 669b1a8a8c
11 changed files with 164 additions and 35 deletions

View File

@@ -45,6 +45,7 @@
}
.item-hdline {
margin-top: 1%;
color: #b5b5bd;
}
.item-preis {
margin-top: 1%;

View File

@@ -10,7 +10,7 @@
}
.product-img {
margin-top: 1%;
height: 60%;
height: 80%;
width: 100%;
}
.product-img img {
@@ -20,7 +20,7 @@
.product-desc {
float: right;
width: 90%;
height: 71%;
height: 91%;
margin-top: 5%;
}
.placeholder {
@@ -31,13 +31,15 @@
display: inline-flex;
}
.buy {
width: 90%;
bottom: 10%;
width: 95%;
height: 15%;
background: linear-gradient(-5deg, hsl(86, 61%, 44%), hsl(86, 65%, 54%));
color: #121212;
}
.buy h1 {
color: #121212;
}
.product-img, .product-name, .product-desc, .buy {
overflow: hidden;
background-color: rgba(0, 0, 0, 0.12);