Img being dragged down? Unsure

If you take a look at my landing page it looks perfect, One thing I don't understand is on the bottom of the page there's a black line showing up with the design continuing that isn't meant to be there and I have no idea how to get rid of it I've tried viewing my code and fixing it myself with no luck.
5 Replies
missymae#2783
missymae#27834mo ago
Is it maybe background-repeat? The background image by default will repeat and clip overflow if the image does not cover the full div. You could try background-repeat: round if it's okay to stretch it a little.
RMON
RMON4mo ago
No description
RMON
RMON4mo ago
No description
clevermissfox
clevermissfox4mo ago
Is it a bg img or <img> ? If img give it a display: block;
RMON
RMON4mo ago
I should've updated the status of this haha, It was a Background with a URL - The issue has since been resolved as I had a friend help me out with it!