Having 3 <div>
, as part of the basic Bootstrap skeleton, how do I make the <div>
of the main content overlap with those of the header and footer, hiding a small part of them?
I made a simple Fiddle with bounding borders to make it easier to understand.
A <div>
with the black border will be the main content, as demonstrated by lorem ipsum in it.
The red border is the header that will basically have a large image that would not at all be required to display entire, hence the urge to hide a little bit with <div>
main.
Finally, the blue border is the footer. For now the idea is to do the same thing with the header, but I will still see if I do this or not and therefore it would be interesting to be a plug n 'play solution
I searched for hours but did not find this, which I imagine to be super simple and when I found someone very close, conceptually speaking, I was in trouble with the Bootstrap Grid.