Menu
Coddy logo textTech

Class container

Coddyの「イメージアコーディオン | フロントエンドプロジェクト」コースのレッスン 10/17。

challenge icon

チャレンジ

簡単

ターゲットクラス ‘container’:

  1. width を 500 ピクセルに、height を 300 ピクセルに設定します。
  2. display を Flex に設定します。
  3. justify-content を start に設定します。
  4. 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>

イメージアコーディオン | フロントエンドプロジェクトのすべてのレッスン