code added

This commit is contained in:
2023-01-20 16:18:55 +05:30
parent 7532d035cc
commit 39f96809cc
18 changed files with 1795 additions and 29 deletions
+16 -5
View File
@@ -1,18 +1,29 @@
.productoverviewmain{
background-image: url("../../assets/imgs/productoverview/productbg.png");
background-color: #cccccc;
background-size: cover; /* <------ */
background-color: #C9DBB5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
background-position: center;
position: relative;
}
.photo_dual {
width: 40rem;
}
.price_footer {
background-color: #52cba5;
background: rgba( 255, 255, 255, 0.25 );
/* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
border: 2px solid;
position: absolute;
bottom: 0;
left: 0;
}
.boxImgContainer {