I have bootstrap container
(div class="container"
) and there are two rows
(div class="row"
).
But between those rows I need one full width horizontal line. Full width - I mean that it should be full width - outside container
. This line is just for design issues, it would have background color and that is it. I do not know how to create it.