Solution: Glass Flip Card

Let’s design a 3D flip card with glass-style front and backfaces that reveal content on hover.

Problem description

Given HTML markup for a .flip-card container with nested .flip-card-inner, .flip-card-front, and .flip-card-back elements, write CSS to:

  • Set up a 3D context using perspective on the container. ...