Skip to content

Instantly share code, notes, and snippets.

@oksushi
Forked from anonymous/dabblet.css
Created July 27, 2012 04:23
Show Gist options
  • Save oksushi/3186162 to your computer and use it in GitHub Desktop.
Save oksushi/3186162 to your computer and use it in GitHub Desktop.
centering inline level items
/**
* centering inline level items
*/
div {text-align: center;}
a {display: inline-table; background: hotpink; height: 5em; margin: 1em; width: 10em; padding: .5em; border-radius: 1em;}
span {display: table-cell; height: 5em; vertical-align: middle;}
<div>
<a href="/"><span>Item One</span></a>
<a href="/"><span>Item two that has more text</span></a>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment