Menu
Coddy logo textTech

Carousel 클래스 내부

Coddy의 슬라이더 | 프론트엔드 프로젝트 코스 레슨 — 23개 중 16번째.

challenge icon

챌린지

쉬움

carousel 클래스 내에서 card 클래스와 img 클래스를 모두 대상으로 지정하세요:

1. displayflex로 설정합니다.

2. align-itemscenter로 설정합니다.

3. justify-contentcenter로 설정합니다.

직접 해보기

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

슬라이더 | 프론트엔드 프로젝트의 모든 레슨