Flip Card

보통

클릭 시 3D로 뒤집히는 카드

#click#css-only#animation

라이브 데모

🎴

앞면

클릭하세요
🌟

뒷면

다시 클릭

코드

cards.css
.flip-card.flipped {
  transform: rotateY(180deg);
}