Skip to content

Instantly share code, notes, and snippets.

@Lucifier129
Last active December 12, 2015 01:15
Show Gist options
  • Save Lucifier129/a4de93101e5db05522e3 to your computer and use it in GitHub Desktop.
Save Lucifier129/a4de93101e5db05522e3 to your computer and use it in GitHub Desktop.
兼容IE6\7与现代浏览器的垂直居中css代码
.c-wrap { display: table; *writing-mode: tb-rl; }
.c-inner { display: table-cell; vertical-align: middle; *width:100%; *margin:auto 0; *writing-mode:lr-tb;}
@zzz6519003
Copy link

make it a code pen XD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment