练习答案,不会的看这里
ul{
list-style:none;
}
li{
float:left;
text-align:center;
}
a:link,a:visited{
display:block;
width:50px;
line-height:30px;
text-decoration: none;
color:black;
}
a:hover,a:active{
color:white;
background:#BE3948;
}