Container Class
Lesson 6 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Challenge
MediumTarget class container:
- Set the display to flex and align items to center the container element.
- Set flex-direction to column
- Set the background color of your choice.
- Set the width to 400 pixels.
- Set the padding and border radius of your choice.
- Set a gap of 20 pixels.
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 Circular Progress Bar | Front-end Project
4JavaScript
Make it work!