我正在努力将元素中的标签垂直居中。
我得到的是这样的:
http://jsbin.com/arudif/2/edit
<style>
header {padding: 20px 0 20px 0; clear: both;}
header a {
float: right;
vertical-align: middle;
margin: auto 0 auto 0;
}
//This is what I tried, doesnt work
</style>
<header>
<a href="#">Center Me Please!</a>
<p> Stack Overflow </p>
</header>
我只是想不出 auto ho 来修复标题中的那个标签