Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created March 30, 2017 10:02
Show Gist options
  • Save jimmy89Li/8179f0054022d8ebf350bd5027042503 to your computer and use it in GitHub Desktop.
Save jimmy89Li/8179f0054022d8ebf350bd5027042503 to your computer and use it in GitHub Desktop.
Margin bottom -half of div size
var subscribeOffset = ($('.subscribe').outerHeight()/2)*-1;
$('.subscribe').css('bottom',subscribeOffset+'px');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment