【发布时间】:2014-07-25 13:29:44
【问题描述】:
那么如何让文本出现在按钮的中间呢?
<style type="text/css">
a {
text-decoration: none;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
background-color: #CC4A31;
color: #444;
border-radius: 9px;
position: absolute;
top: 16px;
left: 40px;
height: 50px;
width: 125px;
webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
</style>
<a href="">GameTrade</a>
【问题讨论】:
-
那不是一个按钮,那是一个链接。