Menu
Coddy logo textTech

ボタン

Coddyの「Netflixサインインページのクローン | フロントエンドプロジェクト」コースのレッスン 5/19。

challenge icon

チャレンジ

簡単
  1. 2番目の form-control の下に、テキスト Sign In を含む button を作成します。
  2. このボタンの下に、id <strong>or</strong> を持ち、テキスト <strong>OR</strong> を含む p タグを作成します。
  3. p タグの下に、id code を持ち、テキスト Use a sign-in code を含む別のボタンを作成します。

自分で試してみよう

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

Netflixサインインページのクローン | フロントエンドプロジェクトのすべてのレッスン