Jumbotron heading color not changing with text-color classes
Created by: moinakbarali
Jumbotron Heading h1
does not pick color of text-danger
because its color is inherit.
<div class="jumbotron">
<h1 class="text-danger">Coffee ceramic cup</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.</p>
<p><a class="btn btn-danger btn-lg" href="#" role="button">but now</a></p>
</div>