I need help with css, html & bootstrap.
How I can get effects like this: Layout
- Header = Boostrap navbar (50px height)
- Container = gray background on all site and center content
- Left column = menu - width 220px
- Right column = content with white background and 100% height
- Footer = sticky footer (height: 50px)
To center I use:
<div class="container">
but I have problem with 100% height content and sticky footer.