Menu
Coddy logo textTech

Headline Title

Lesson 16 of 31 in Coddy's 3D Card | Front-end Project course.

challenge icon

Challenge

Easy

Target class ‘title’:

  1. Set the display to block.
  2. Set the color to #008489.
  3. Set the font weight to bold.
  4. Set the font size to 20px.

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 3D Card | Front-end Project