大家好!我想创建一个像维基百科这样的网站,但我遇到了条纹问题。当我从下面写字<a>sometext</a>时,会出现一条我不知道如何战斗的条带。
body{
background-color: black;
}
a.anum1{
padding: 10px;
color: white;
font: icon;
/* Вот здесь надо что-то писать */
}
<div>
<a href="ooops.html" class="anum1">menu</a>
<a href="ooops.html" class="anum1">something</a>
<a href="ooops.html" class="anum1">some...</a>
</div>
text-decoration使它强调。