Menu
Coddy logo textTech

Body

Lesson 11 of 31 in Coddy's 3D Card | Front-end Project course.

challenge icon

Challenge

Easy

Target body tag:

  1. Set height to 100 vh.
  2. Set the display to Flex
  3. Set align-items and justify-content to center.
  4. Set the background color of your choice.

Note: You can use this linear-gradient function for making grandient color background: 

background: linear-gradient(#00c3ff, black)

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 3D Card | Front-end Project