After some experience with bootstrap, I have encountered an issue with the text-white class. Despite trying to change the text color using this class, it doesn't seem to work. Below is the code that I've been working on. Can anyone spot what might be causing this problem?
<div class="jumbotron jumbotron-fluid" id="one">
<div class="container">
<h1 class="text-white">Example</h1>
<p class="text-white">Second Example</p>
</div>
</div>