box Animation box Animation codepen에서 box가 늘어났다 줄어드는 애니메이션을 만들었습니다. 01. HTML 정육면체인 만큼 6개의 빈칸을 만들어줍니다. 마뇽 02. css 원들 에게 애니메이션을 줄 때, 한번에 많은 수를 움직이는 것을 해야하니 scss로 for문을 사용해 여러개의 nth-child를 한 문장으로 해결할 수 있게 하였습니다. body { background-color: #000; height: 100vh; perspective: 1000px; display: flex; align-items: center; justify-content: center; } .cube { position: relative; width: 100px; height: 100px; transform-style:.. 2022. 9. 22. 이전 1 다음