Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Last active December 12, 2015 03:19
Show Gist options
  • Save rikukissa/4706426 to your computer and use it in GitHub Desktop.
Save rikukissa/4706426 to your computer and use it in GitHub Desktop.
Mixin to center absolute positioned elements
centered(w, h)
width w px
height h px
top 50%
left 50%
position absolute
margin-top ((h/2) * -1) px
margin-left ((w/2) * -1) px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment