Heading and Subheading
Lesson 15 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyTarget p-tag:
- Set any light color you want other than white.
- Set padding 5 pixels from the top
Target h4 tag:
- Set text-transform to uppercase.
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>