Menu
Coddy logo textTech

클래스 설명

Coddy의 이미지 아코디언 | 프론트엔드 프로젝트 코스 레슨 — 17개 중 14번째.

challenge icon

챌린지

쉬움

대상 클래스 'description':

  1. display를 Flex로 설정합니다.
  2. justify-content를 center로 설정합니다.
  3. flex-direction을 column으로 설정합니다.
  4. overflow를 hidden으로 설정합니다.
  5. 높이를 80 픽셀로 설정합니다.
  6. 글꼴 크기를 13 픽셀로 설정합니다.
  7. opacity를 0으로 설정합니다.

직접 해보기

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

이미지 아코디언 | 프론트엔드 프로젝트의 모든 레슨