I have included a link to an image but I am having trouble getting it to show up on my website.
I even tried putting the image in a different folder, but still no luck with displaying it.
Any assistance on this matter would be greatly appreciated.
I have provided a photo to showcase my folder setup
<div class="carousel-inner">
<div class="carousel-item active"
style="background-image: url(./bball.jpg); ">
<div calss="container">
<h1>Sample Heading</h1>
<p>
This is some sample text that needs to be displayed properly.
</p>
<a href="#" class="btn btn-lg btn-primary">
Get started now
</a>
</div>
</div>