Menu
Coddy logo textTech

Body

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

challenge icon

Challenge

Easy

Target body:

  1. Set display to flex, align-items, and justify-content to center.
  2. Set height to 100 vh.
  3. Set the background color to #21a0e8.

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