Skip to content

Instantly share code, notes, and snippets.

View aprydatko's full-sized avatar
🏠
Working from home

Artur Prydatko aprydatko

🏠
Working from home
  • A-bank
  • Sumy
View GitHub Profile
function heightDetect( ) {
$(".main_head").css("height", $(window).height());
};
$(window).rezise(function() {
heightDetect( );
});