let bodyHeight = $('body').height() let htmlHeight = $('html').height() let windwHeight = $(window).height() console.log(bodyHeight, htmlHeight, windwHeight)
* { margin: 0; padding: 0; }