Menu
Coddy logo textTech

クラス 'text'

Coddyの「3Dカード | フロントエンドプロジェクト」コースのレッスン 17/31。

challenge icon

チャレンジ

簡単

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

  1. display を block に設定します。
  2. color を #00897ec3 に設定します。
  3. font size を 15px に設定します。 
  4. margin-top を 20px に設定します。

自分で試してみよう

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

3Dカード | フロントエンドプロジェクトのすべてのレッスン