div{
width: 100%;
height: 30px;
background: #65666D;
}
ul{
width: 600px;
margin:auto;
}
li{
float: left;
list-style: none;
margin-right: 20px;
line-height: 30px;
}
a{
text-decoration: none;
color: white;
}
hr{
height: 20px;
background: red;
}
2,可以对hr进行修饰,但是不能在里面添加文字