Created
April 13, 2012 13:45
-
-
Save simonsmith/2376956 to your computer and use it in GitHub Desktop.
Centre elements on both axis - LESSified version of http://goo.gl/UN80L
This file contains 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
.center-container { | |
text-align: center; | |
&:before { | |
content: ''; | |
display: inline-block; | |
height: 100%; | |
vertical-align: middle; | |
margin-right: -0.25em; | |
} | |
.center { | |
display: inline-block; | |
vertical-align: middle; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment