Menu
Coddy logo textTech

'circle4' 클래스

Coddy의 3D 카드 | 프론트엔드 프로젝트 코스 레슨 — 31개 중 29번째.

challenge icon

챌린지

쉬움

대상 클래스 ‘circle4’:

  1. 너비를 80px로 설정합니다.
  2. top과 right를 23px로 설정합니다.
  3. transition delay를 1.2s로 설정합니다.
  4. 다음 속성들도 추가합니다:

    transform: translate3d(0, 0, 80px);

직접 해보기

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

3D 카드 | 프론트엔드 프로젝트의 모든 레슨