Created
March 30, 2017 10:02
-
-
Save jimmy89Li/8179f0054022d8ebf350bd5027042503 to your computer and use it in GitHub Desktop.
Margin bottom -half of div size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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