Skip to content

Instantly share code, notes, and snippets.

@spac3unit
Created August 25, 2016 02:45
Show Gist options
  • Save spac3unit/0a27648479a0829b97afc04476fe967d to your computer and use it in GitHub Desktop.
Save spac3unit/0a27648479a0829b97afc04476fe967d to your computer and use it in GitHub Desktop.
@mixin abstlycenter($w,$h){
position: absolute;
top: 50%;
left: 50%;
margin-left: -($w*0.5);
margin-top: -($h*0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment