Menu
Coddy logo textTech

Classes of row

Lesson 5 of 17 in Coddy's Image Accordion | Front-end project course.

challenge icon

Challenge

Easy

Inside “row”:

  1. Create the first div with the class name 'icon'.
    1. Make sure to write 1 in this div. 
  2. 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>

All lessons in Image Accordion | Front-end project