Menu
Coddy logo textTech

Body and Class wrapper

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

challenge icon

Challenge

Easy

Target body tag:

  1. Set the background color of your choice, or you can choose:

    background: linear-gradient(135deg, rgb(255, 183, 183), rgb(255, 0, 76));

Target class ‘wrapper’:

  1. Set width to 100% and height to 100 vh.
  2. Set the display to Flex
  3. Set align-items and justify-content to center.

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