Menu
Coddy logo textTech

Title and Outers

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

challenge icon

Challenge

Easy
  1. Create a title tag in the head and write 3D card text or any text of your choice.
  2. In the body tag, create one div with the class name ‘parent’.
  3. Inside ‘parent’, create another div with the class name ‘card’.

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