CSS拒绝调整中间

时间:2016-10-15 18:34:01

标签: css3

我得到了我想要的外观和功能链接,但由于某种原因,箭头拒绝在悬停时将文本与中间对齐

https://jsfiddle.net/Lo24dopt/

<div id="hero-content">            
<a href="#roller" class="button ease-in-out" style="vertical-align:middle"><span>Learn more </span></a></div>

2 个答案:

答案 0 :(得分:3)

请注意,vertical-align适用于显示:仅限table-cell。

https://jsfiddle.net/Lo24dopt/1/

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
    <external-path name="my_images" path="Android/data/com.example.terrormachine.swipeapp/files/Pictures" />
</paths>

答案 1 :(得分:-1)

垂直对齐父div而不是锚标记。 enter image description here