Name and job
Lesson 18 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class 'text-data'
- Target class ‘name’:
- Set the font-size to 22px.
- Set font-weight to 700 or bold.
- Target class ‘job’:
- Set the font-size to 15 pixels.
- Set font-weight to 400.
- Set text-align to center.
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>