This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kbm-html/assets/seiten/css/waren.css
2022-01-10 18:36:34 +01:00

35 lines
682 B
CSS

.product-name {
margin-top: 5%;
margin-right: 5%;
height: 10%;
width: 45%;
}
.product-name h1 {
line-height: 95%;
margin-top: 2.5%;
margin-bottom: 2.5%;
}
.product-img {
margin-top: 1%;
margin-right: 5%;
height: 60%;
width: 45%;
}
.product-img img {
width: 100%;
height: fit-content;
}
.product-img, .product-name{
overflow: hidden;
background-color: rgba(0, 0, 0, 0.12);
margin-right: 2.5%;
text-align: center;
border-radius: 1em;
border: 0.05em solid #121212;
color: #b5b5bd;
z-index: 101!important;
font-size: small;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}