クラスを追加しようとしている A タグがあります。これはおそらく本当に単純なことですが、私はこれまでにこれをやったことがありません。
<a class="button" href="landscaping.html">Find out more about our landscape design services</a>
そしてCSS:
a .button{
color:#7cc242;
font-family: 'PTSansNarrowBold';
font-size:18px;
margin-top: 7px;
margin-bottom: 0px;
text-align:right;
text-decoration:none;
display: inline-block;
zoom:1;
*display:inline;
padding-right:30px;
background:url(images/more-btn.png) no-repeat top right;}
何も機能していないようです。標準の青を取得しているだけです。誰でも助けることができますか?