This commit is contained in:
M1kq
2022-01-17 11:50:48 +01:00
parent 584cfd5b27
commit b93bf1224f
3 changed files with 53 additions and 1 deletions

View File

@@ -30,7 +30,15 @@
.seite {
display: inline-flex;
}
.product-img, .product-name, .product-desc{
.buy {
width: 90%;
height: 15%;
background: linear-gradient(-5deg, hsl(86, 61%, 44%), hsl(86, 65%, 54%));
color: #121212;
}
.product-img, .product-name, .product-desc, .buy {
overflow: hidden;
background-color: rgba(0, 0, 0, 0.12);
margin-right: 2.5%;