2673 Views
.flip-box {
background-color: transparent;
width: 300px;
height: 200px;
border: 1px solid #f1f1f1;
perspective: 1000px;
}
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: revert;
transform-style: unset;
}
.flip-box:hover ...
Anamika Gupta
Sep 16, 2022