I want to position a <div class="container"></div>
in the middle of the screen in such a way so that it's responsive to any screen size. The red marked area on the screenshot should always appear in the middle of the screen.
How to position it? Currently I'm using margin-top:85px
when I squeeze the browser, the distance between the red marked area and the navbar should decrease as well.