더북(TheBook)
.card-back { 
  background: navy;
}
.card-front, .card-back { 
  position: absolute; 
  width: 100%;
  height: 100%;
  border: 1px solid black; 
  backface-visibility: hidden;
}
.card-front {
  transform: rotateY(180deg);
}
</style>
</head>
<body>
<div id="wrapper"></div>
<script>
const $wrapper = document.querySelector('#wrapper');
</script>
</body>
</html>

다음으로 카드를 12장 만들겠습니다.

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.