【发布时间】:2015-03-11 20:45:18
【问题描述】:
我想缩放超链接,但我不能。
这是我尝试过的。
HTML
<div class="bgdf">
<p>
<small>Copyright <span class="glyphicon glyphicon-copyright-mark"></span> All Right Reserved    |     <a href="www.google.com"> Testing </a></small>
</p>
</div>
我试过了
.bgdf a:hover{
transform: scale(1.3);
}
.bgdf a:hover {
transform: scale(1.3);
}
<div class="bgdf">
<p>
<small>Copyright <span class="glyphicon glyphicon-copyright-mark"></span> All Right Reserved    |     <a href="www.google.com"> Testing </a></small>
</p>
</div>
【问题讨论】:
标签: html css twitter-bootstrap