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/