Although the problem seems simple, I am finding it difficult to find a solution.
This page was created as part of my course.
https://i.sstatic.net/DKCva.jpg
While in developer mode and trying to resize the screen, I noticed that the background color of the div (with the class ".section-hero") does not stretch to the end.
https://i.sstatic.net/dJ0nf.png
Below is the code snippet:
The HTML section containing
https://i.sstatic.net/yGP13.png
.section-hero is the element with the background color issue, which I want fixed to respond to changing screen sizes.
This is the CSS code:
https://i.sstatic.net/u042j.png
https://i.sstatic.net/DLn4p.png
I have also included in the header of my HTML document.
Your assistance on this matter would be greatly appreciated.