abc deine muter gay

This commit is contained in:
2022-01-17 11:01:23 +01:00
parent 184482ee73
commit 561dd02207
3 changed files with 20 additions and 12 deletions

View File

@@ -1,8 +1,7 @@
.product-name {
margin-top: 5%;
margin-right: 5%;
height: 10%;
width: 45%;
width: 100%;
}
.product-name h1 {
line-height: 95%;
@@ -11,19 +10,26 @@
}
.product-img {
margin-top: 1%;
margin-right: 5%;
height: 60%;
width: 45%;
width: 100%;
}
.product-img img {
width: 100%;
height: fit-content;
}
.product-img, .product-name{
.product-desc {
float: right;
width: 100%;
margin-top: 5%;
}
.seite {
display: inline-flex;
}
.product-img, .product-name, .product-desc{
overflow: hidden;
background-color: rgba(0, 0, 0, 0.12);
margin-right: 2.5%;
margin-left: 2.5%;
text-align: center;
border-radius: 1em;
border: 0.05em solid #121212;
@@ -32,4 +38,4 @@
font-size: small;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
}