Class text-data
Lesson 17 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class ‘profile-card’ target class ‘text-data’:
- Set the display to flex.
- Set flex-direction to column.
- Set align-items to center.
- Set font-weight to 700 or bold.
Try it yourself
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>