Learn how to create a flip box with CSS.
Read on how to do it in this tutorial: https://www.w3schools.com/howto/howto_css_flip_box.asp
Try horizontal flip here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_flip_box
Try vertical flip here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_flip_box2
Note: These examples do not work properly on tablets and/or mobile phones.
Tip: Go to our CSS 2D Transforms Tutorial, to learn more about 2D transformations, such as the rotate() method.
Tip: Go to our CSS 3D Transforms Tutorial, to learn more about 3D transformations.