Hi guys,
So I am having an issue with Step 8 of this exercise. It basically asks to change the color of the <p>
element “Now Trending” by adding the class “featured-section-header” to it, however, it does not work for me at all, whatever I want to change. I have found that the only way I can change its colour is by going to “featured-movie-section” class that applies to a bunch of other elements as well.
Am I missing something? The hint and video walkthrough were not helpful in my case.
<div class="section-header">
<p class='featured-section-header'>Now Trending</p>
</div>
.featured-section-header {
color: #61a7b3;
font-size: 30px;
}