クラス edit-option
Coddyの「Coddy プロフィールカードのクローン | フロントエンドプロジェクト」コースのレッスン 25/26。
チャレンジ
簡単analytics クラス内の edit-option クラスを対象にします:
- display を flex に設定します。
- align-items を center に設定します。
- cursor を pointer に設定します。
- color を #89c0e5 に設定します。
- margin-bottom を 10px に設定します。
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>