Menu
Coddy logo textTech

In Carousel Class

Lesson 16 of 23 in Coddy's Slider | Front-end Project course.

challenge icon

Challenge

Easy

In the class carousel, target both the class card and the class img:

1. Set the display to flex.

2. Set align-items to center.

3. Set justify-content to center.

Try it yourself

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

All lessons in Slider | Front-end Project