<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>实现简单导航代码</title>
<style>
*{
margin:0;
padding: 0;
}
ul#nav{
width: 500px;
height: 30px;
margin:20px auto;
}
ul#nav li{
float: left;
width: 50px;
height: 30px;
list-style: none;
}
ul#nav li a{
display: block;
width: 50px;
height: 30px;
text-decoration: none;
color: #000;
line-height: 30px;
text-align: center;
}
ul#nav li a:hover{
background: #BE3948;
width: 50px;
height: 30px;
}
</style>
</head>
<body>
<ul id="nav">
<li><a href="#">全部</a></li>
<li><a href="#">初级</a></li>
<li><a href="#">中级</a></li>
<li><a href="#">高级</a></li>
</ul>
</body>
</html>
点击查看更多内容
9人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦