I'm trying to display text on top of the text with bootstrap4
My HTML looks like this
<div class="d-lg-flex align-items-lg-start intro-heading text-uppercase">
<span class="text-black-50 d-inline float-none" style="width:749px;filter: blur(2px);margin: 0px;">
INTRODUCTION</span>
<span class="text-white d-inline float-none" style="width:749px;filter: blur(0px);color: #ffffff;">INTRODUCTION</span>
</div>
I would like the text to not be side by side but to display on top of the other text if anyone could help it would be greatly appreciated