Carousel 클래스 내부
Coddy의 슬라이더 | 프론트엔드 프로젝트 코스 레슨 — 23개 중 16번째.
챌린지
쉬움carousel 클래스 내에서 card 클래스와 img 클래스를 모두 대상으로 지정하세요:
1. display를 flex로 설정합니다.
2. align-items를 center로 설정합니다.
3. justify-content를 center로 설정합니다.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>