abc
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user