Menu
Coddy logo textTech

Class icon

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

challenge icon

Challenge

Easy

Target class 'icon':

  1. Set the height to 30 pixels.
  2. Set the display to Flex
  3. Set justify-content to center.
  4. Set align-items to center.
  5. Set the margin to 15px.

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