7
ヘッダー内にアンカータグがあり、アンカータグにボトムボトムを配置しようとしていますが、下部のパディングは大きすぎます。仕事、どうすればこのことができますか?アンカータグのボーダーボトムパッディング
ライブsite
HTML
<div id="featureText">
<h1>Recent Works/<a href="#">All</a></h1>
</div>
は、CSS
#featureText a {
color: #414042;
text-decoration: none;
border-bottom: solid 2px #414042;
padding-bottom: -2px; }