Menu
Coddy logo textTech

雪だるま

Coddyの「HTML/CSS チャレンジ - パック III」コースのレッスン 5/5。

challenge icon

チャレンジ

中級

ガイドライン:

  • 7つの div 要素
  • 青、オレンジ、白の色
  • すべてを transform translate のみを使用して配置してください
  • 頭部には次の順序で3つの div を含める必要があります:
    • 左目
    • 右目

画像:

自分で試してみよう

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

HTML/CSS チャレンジ - パック IIIのすべてのレッスン