I'm facing a challenge with displaying an image in the about us section of my website. Even though the image is present in the folder, it doesn't show up on the site. I've tried various methods such as moving the picture to different locations within the folder and adjusting the CSS styles, but the issue persists.
Here's the code snippet:
<section id="about">
<div class="container">
<div class="section-header">
<h2>About Us</h2>
</div>
<center>
<img src="img/about%20us.jpg">
<br>
<br>
<h3>The Off Beats are a young punk band based in Lichfield. Formed at college in late 2017, we love putting on high-energy performances. We all have different music tastes, so our songs cater to everyone. Our main influence is punk music. We began fully forming in 2018, developing our unique sound and playing local gigs where we discovered our distinctive style.</h3>
</center>
</div>
</section>
The expected result is for the image to display in the about us section.
Here's a link to a video demonstrating the issue: https://youtu.be/uwxjTKFTx0Y