589 B
589 B
title
title |
---|
Style Multiple Elements with a CSS Class |
Style Multiple Elements with a CSS Class
We need to applying our red-text
class to the first p
element.
Solution
In the opening tag of element p
we need to add red-text
class:
<p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>