Menu
Coddy logo textTech

Heading and Subheading

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

challenge icon

Challenge

Easy

Target p-tag:

  1. Set any light color you want other than white.
  2. Set padding 5 pixels from the top

Target h4 tag:

  1. 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>

All lessons in Image Accordion | Front-end project