Menu
Coddy logo textTech

Content

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

challenge icon

Challenge

Easy

Below ‘glass’, inside the ‘content’:

  1. Create a span with the class name ‘title’ and text of your choice inside that span.
  2. Below 'title', create another span with the class name 'text' and add text of your choice.

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