クラス text-data
Coddyの「Coddy プロフィールカードのクローン | フロントエンドプロジェクト」コースのレッスン 17/26。
チャレンジ
簡単クラス ‘profile-card’ 内のクラス ‘text-data’ を対象にします:
- display を flex に設定します。
- flex-direction を column に設定します。
- align-items を center に設定します。
- font-weight を 700 または bold に設定します。
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>