Class container
Coddyの「イメージアコーディオン | フロントエンドプロジェクト」コースのレッスン 10/17。
チャレンジ
簡単ターゲットクラス ‘container’:
- width を 500 ピクセルに、height を 300 ピクセルに設定します。
- display を Flex に設定します。
- justify-content を start に設定します。
- flex-wrap を nowrap に設定します。
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>