Menu
Coddy logo textTech

Body

Lesson 8 of 12 in Coddy's Bottom Navigation Bar - HTML/CSS Project course.

challenge icon

Challenge

Easy

Target Body Tag:

  1. Set display to flex, align-items, and justify-content to center.
  2. Set height to 100vh.
  3. Set the background color to anything you like! (recommended: rgb(153, 224, 255))

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 Bottom Navigation Bar - HTML/CSS Project