Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要文本完全位于边框的中心。看起来应该比它低一点
在这里提琴
我也尝试删除该段落并添加
<span>Register test</span> <br><span>my text 2</span>
但这也不起作用
您是否尝试更改a.register元素上的填充?
a.register
尝试这样的事情:
a.register { padding: 18px 0 6px; }
http://jsfiddle.net/3FyF9/21/
如果您的按钮只有一行文本,您还可以使用height: 50px;andline-height: 50px;
height: 50px;
line-height: 50px;