【发布时间】:2016-04-28 13:28:51
【问题描述】:
有简单的悬停类:
.logos:hover:before {
content: "For more details click here";
position: absolute;
color: #fff;
font-size: 18px;
bottom:10%;
left:5%;
background: #000;
}
<div class="logos"> Text </div>
这很好,在悬停元素上,我看到了文字。现在,是否有可能像这样将文本放入行中:
更多详情
点击这里
Tnx, P
【问题讨论】: