Allow me to explain the issue to the best of my ability:
I have a design that needs to be implemented using bootstrap. I prefer to use only CSS and avoid JS/jquery.
The content is contained within a bootstrap container that has two columns.
The left green border should only extend based on the content in the first left (yellow) div.
However, the left green border should not extend when content is added in the right column (red).
I have attempted different approaches but have yet to find the perfect solution.
Can someone guide me in the right direction to solve this problem?
My initial approach was to encompass the container with a full-width div, applying a green border-left, and using multiple containers/rows. However, this resulted in the height of the green border being dependent on the height of the right column as well.
I hope I have conveyed the issue clearly and comprehensibly...
Thank you in advance!