Menu
Coddy logo textTech

Responsiveness

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

challenge icon

Challenge

Easy

1. For icons in the wrapper class set transform: translateY(-50%) scale(0.85); on :active.

2. Try to make the slider this responsive, check the hint if you are stuck.

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