カルーセルクラス内
Coddyの「スライダー | フロントエンド・プロジェクト」コースのレッスン 16/23。
チャレンジ
簡単クラス 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>