Classes of row
Lesson 5 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyInside “row”:
- Create the first div with the class name 'icon'.
- Make sure to write 1 in this div.
- Below "icon,” create another div with the class name "description”
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>