Menu
Coddy logo textTech

'view-more' 클래스

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

challenge icon

챌린지

쉬움

‘bottom’ 내의 ‘view-more’ 클래스를 대상으로 다음을 설정하세요:

  1. display를 Flex로 설정합니다.
  2. align-items를 center로 설정합니다.
  3. justify-content를 flex-end로 설정합니다.
  4. width를 40%로 설정합니다.
  5. 다음을 추가하세요:

    transition: all 0.2s ease-in-out;

    또한 호버링 효과를 추가하세요 (중요):

    .bottom .view-more:hover {
      transform: translate3d(0, 0, 10px);
    }

직접 해보기

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

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