.product {
position: relative;
margin: 0 auto;
width: 93.1677%; /*750px*/
font-size: 0;
box-shadow: inset 10px 66px 79px #ebe8ea;
background-color: #f4f4f4;
}
.product:before,
.product:after {
content: '';
z-index: -1;
position: absolute;
top: 3%;
width: 104%;
background-color: rgba(255, 255, 255, 0.3);
}
.product:before {
top: 3%;
left: -2%;
height: 94%;
}
.product:after {
top: 5%;
right: -4%;
width: 108%;
height: 90%;
}
shadows dual side
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.