垂直对齐中间没有线高的链接

时间:2015-04-02 11:10:17

标签: css hyperlink alignment line vertical-alignment

代码和预览:http://www.bootply.com/lixzKzFYxt

我希望链接垂直位于蓝色条纹中间。

我读过可以使用lineheight,但它会隐藏第二个框中链接的一部分。

该链接具有此css选择器.rubrik-thumbnail .caption a:first-child {}

谢谢!

2 个答案:

答案 0 :(得分:0)

<强> CSS

.rubrik-thumbnail .caption a:first-child{
        top:30%;
     }

DEMO

答案 1 :(得分:0)

这是我的解决方案:

display:flex;
algin-items:center;
height:60px;