Class icon
Lesson 13 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyTarget class 'icon':
- Set the height to 30 pixels.
- Set the display to Flex
- Set justify-content to center.
- Set align-items to center.
- Set the margin to 15px.
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>