As I delve into the world of website development, I am faced with a perplexing issue. After completing my first page, I noticed an annoying white space on the side of the site accompanied by a pesky scroll bar. Upon further investigation, it dawned on me that the culprit may be an image exceeding the border. The visual evidence can be seen here: https://i.sstatic.net/JBFON.png
The only place where this troublesome image is referenced in the code is:
<div class="col-md-6 text-center">
<img src="Images/home.png" class="img-flui">
</div>
In full mode, the page appears as follows: https://i.sstatic.net/qND7u.png Despite various attempts to resize the image and inspect other images for size discrepancies, the enigma persists. The underlying code spans over 200 lines, making it challenging to pinpoint the exact cause.