Looking to create a border-bottom that extends beyond the container width on the right side? I have two columns using col-md-6
. The right column contains an article with a one px border-bottom. I want this border to reach all the way to the viewport edge on the right. Take a look at the image below:
https://i.sstatic.net/cMDrn.png
You'll notice in the image that the vertical line ends where the container does. This is where the content stops and text wraps onto a new line. However, I want the border to extend past that point and reach the viewport edge.
Just so you know, I'm using Bootstrap grid for this design!
Check out my code progress here: http://codepen.io/anon/pen/gaewLB