Menu
Coddy logo textTech

Class row

Lesson 12 of 17 in Coddy's Image Accordion | Front-end project course.

challenge icon

Challenge

Easy

Target class row:

  1. Set the color to white.
  2. Set the display to Flex
  3. Set flex-wrap to nowrap.

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 Image Accordion | Front-end project