Menu
Coddy logo textTech

Name and job

Lesson 18 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.

challenge icon

Challenge

Easy

Inside class 'text-data' 

  1. Target class ‘name’:
    1. Set the font-size to 22px.
    2. Set font-weight to 700 or bold.
  2. Target class ‘job’:
    1. Set the font-size to 15 pixels.
    2. Set font-weight to 400.
    3. 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>

All lessons in Coddy Profile Card Clone | Front-end project