Menu
Coddy logo textTech

アイコンのクラス

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

challenge icon

チャレンジ

簡単

ターゲットクラス 'icon':

  1. height を 30 ピクセルに設定します。
  2. display を Flex に設定します。
  3. justify-content を center に設定します。
  4. align-items を center に設定します。
  5. margin を 15px に設定します。

自分で試してみよう

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

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