Class analytics
Lesson 8 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Challenge
EasyInside class 'analytics':
- Create a div with the class name 'edit-option'.
Inside 'edit-option' Create an icon tag with a class name.
bx bx-edit-alt bx-sm- 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
1Introduction
Introduction