No media files provided.
We want to create the following 3D flipping button effect.
See the Pen 3D Flipping button by Thomas Seng Hin Mak (@makzan) on CodePen.
Given the following HTML:
<div class='button3d'>
<a href='#' class='button'>Hover me</a>
</div>
Please implement the effect in CSS.
You may find the source code here: