Stacked Card

쉬움

레이어 쌓임 효과가 있는 카드

#hover#css-only#smooth

라이브 데모

📚

Stacked

레이어 효과

코드

cards.css
.stacked-card-2 {
  transform: translateY(-8px) scale(0.95);
}