css - Footer should cover the rest of the height -
i have blackout @ moment.
i have wrapper class @ top of page , want footer covers rest of page. @ moment, footer has height:100%; , creates scrollbar.
i want footer fills rest of height of body minus height of wrapper, no scrollbar. how can solve this?
example: http://codepen.io/anon/pen/ydhlk
thanks!
you need put footer inside closing </div>
tag wrapper.
Comments
Post a Comment