rikukissa
2/4/2013 - 12:19 PM

Mixin to center absolute positioned elements

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