アウター
Coddyの「Coddy プロフィールカードのクローン | フロントエンドプロジェクト」コースのレッスン 3/26。
クラスの可視化と内訳:
.png?alt=media&token=bfefc5b2-63e8-4d53-a823-0c8b68c6c2db)
チャレンジ
簡単- body タグ内:
- クラス名 'profile-card' を持つ
divタグを1つ作成します。 - 'profile-card' 内に、以下のクラス名を持つ6つの
divタグを作成します:- corners
- image
- text-data
- media-buttons
- buttons
- analytics
- 'buttons' クラスの後に、
<hr/>タグを1つ追加します。
- クラス名 'profile-card' を持つ
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>