After running my code, I noticed the following:
Is there a way to change the image border color to black? If so, how can I achieve that?
<section style="background: #dfe6e9;" class="p-3">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="Profile-pic.jpg" width="500em" class="rounded-circle img-fluid img-thumbnail" style="border-color: black;">
</div>
<div class="col-md-6">
</div>
</div>
</div>
</section>