Class row
Lesson 12 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyTarget class row:
- Set the color to white.
- Set the display to Flex
- 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>