Class container
Lesson 10 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyTarget class ‘container’:
- Set the width to 500 pixels and the height to 300 pixels.
- Set the display to Flex
- Set justify-content to start
- 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>