Having trouble placing a text/title on top of a div. I've highlighted the issue in red in the image, but can't seem to figure it out.
This is my code:
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="781a17170c0b0c0a1908384d564a564b">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet"/>
<div class="container">
<div class="row">
<div class="col col-md-1">
<img src="assets/icons/intercambiar.png" alt="intercambiar" />
</div>
<div class="col col-md-4 border border-white border-4" style="background-color: rgb(22, 111, 212); color: white;"> 01-15-12-03
</div>
<div class="col col-md-4 border border-white border-4" style="background-color: rgb(255, 255, 255); color: black;">
</div>
</div>
</div>
Any advice would be appreciated.
I've attempted using the label tag, but it seems to mess everything up.