メディアボタン
Coddyの「Coddy プロフィールカードのクローン | フロントエンドプロジェクト」コースのレッスン 20/26。
チャレンジ
簡単クラス ‘profile-card’ 内のクラス ‘media-buttons’ を対象にします。
- display を flex に設定します。
- align-items を center に設定します。
- margin-top を 15px に設定します。
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>