Menu
Coddy logo textTech

Class analytics

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

challenge icon

Challenge

Easy

Inside class 'analytics':

  1. Create a div with the class name 'edit-option'.
  2. Inside 'edit-option' Create an icon tag with a class name. 

    bx bx-edit-alt bx-sm
  3. Below it, create a p tag with the text Edit your profile.

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