Menu
Coddy logo textTech

Outers

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

Visualization and Breakdown of classes:

challenge icon

Challenge

Easy
  1. Inside body tag:
    1. Create one div tag with the class name 'profile-card'.
    2. In 'profile-card', we have to create six div tags with class names:
      1. corners
      2. image
      3. text-data
      4. media-buttons
      5. buttons
      6. analytics
    3. After the 'buttons' class, add one <hr/> tag.

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