I want to place the footer at bottom of the window if the content of window has no scrollbars otherwise put the footer at the end of content here is my html code
<div class="container-fluid">
<div class="header"></div>
<div class="con"></div>
<div class="footer">Copyright msg</div>
</div>