Outers
Lesson 3 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.
Visualization and Breakdown of classes:
.png?alt=media&token=bfefc5b2-63e8-4d53-a823-0c8b68c6c2db)
Challenge
Easy- Inside body tag:
- Create one div tag with the class name 'profile-card'.
- In 'profile-card', we have to create six div tags with class names:
- corners
- image
- text-data
- media-buttons
- buttons
- analytics
- 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>