Looking to create an overlapping effect with text in a div, similar to the example shown in the image. I am currently utilizing Bootstrap, but open to using CSS as well. However, I need the text to go slightly underneath the overlapping element.
Here is what I have attempted:
<h3 class="text-center" style="margin: 0px 0px -10px 0px">WebDevelopment.</h3>
<div class="row justify-content-center">
<div class="box2" >
<h4>alo</h4>
</div>
<div class="box3" >
<h4>alo</h4>
</div>
</div>