Does it make sense in this code if the p tag and all its contents have two styles - text-align:center; color: blue text-align:center; color: blue :
<div class="block block_right"> <p class="block__title block__title_blue">title <span class="block__date block__date_blue">date</span> </p> </div> Is it possible to do so and ask him two necessary styles:
<div class="block block_right"> <p class="block__text">title <span>date</span> </p> </div>