Skip to content

Instantly share code, notes, and snippets.

@Metaviolet
Last active October 20, 2015 22:29
Show Gist options
  • Select an option

  • Save Metaviolet/f6e4ae620282e6a925e5 to your computer and use it in GitHub Desktop.

Select an option

Save Metaviolet/f6e4ae620282e6a925e5 to your computer and use it in GitHub Desktop.
STYLUS - snippet to center horizontally and vertically an element
#logo
position: absolute
top: 50%
left: 50%
width: w = 150px
height: h = 80px
margin-left: -(w / 2)
margin-top: -(h / 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment