Fahad is a talented web developer with a fantastic dimension of creativity and proactivity. He made the whole process very easy for me with excellent communication. I enjoyed the process and timely delivery. Thank you so much.
My goodness! Fahad!!! You're a magician. Oh my gosshh! I can't thank you more, Also thanks to Max for referring you! I'm super happy!
Subscribe To My YouTube Channel For More Upcoming Videos
selector{
perspective: 1000px;
}
selector > .elementor-widget-wrap{
transform-style: preserve-3d;
transition: transform 1s !important;
position: relative;
}
selector img{
backface-visibility: hidden;
}
selector .text-section{
backface-visibility: hidden;
transform: rotateY(180deg);
position: absolute;
left: 0;
}
selector:hover > .elementor-widget-wrap{
transform: rotateY(-180deg);
}