row のクラス
Coddyの「イメージアコーディオン | フロントエンドプロジェクト」コースのレッスン 5/17。
チャレンジ
簡単“row” の中:
- クラス名 'icon' を持つ最初の div を作成します。
- この div の中に 1 と記述してください。
- "icon" の下に、クラス名 "description" を持つ別の div を作成します。
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>