与按钮的黄色背景颜色

时间:2014-05-21 21:43:27

标签: html css html5 css3

我只设置了一个按钮,背景组为黄色,但它显示两个黄色区域。作为我在下面发布的图片: 我只需要在文本下面有一个黄色背景。

CSS:

.button {
margin-left: 121px;
margin-top: 10px;
width: 84px;
height: 45px;   
background: yellow;
border: none;
color: white;   
font-size:14px;
font-weight:700;

HTML:

<div class="button">
<a href="#" class="button">button</a>
</div>

1

0 个答案:

没有答案