Body and Class wrapper
Lesson 9 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyTarget body tag:
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’:
- Set width to 100% and height to 100 vh.
- Set the display to Flex
- 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>