Menu
Coddy logo textTech

Class edit-option

Lesson 25 of 26 in Coddy's Coddy Profile Card Clone | Front-end project course.

challenge icon

Challenge

Easy

Inside class analytics target class edit-option:

  1. Set the display to flex.
  2. Set align-items to center.
  3. Set cursor to pointer.
  4. Set the color to #89c0e5.
  5. Set margin-bottom to 10px.

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