I have created a responsive website using Foundation with a footer that is absolutely positioned on the bottom of the page. On my desktop browsers, it looks exactly like it
You can also make a screen specific style
@media screen { html, body { height: 100vh; } }
More about media queries here http://cssmediaqueries.com/what-are-css-media-queries.html