水平导航

14 篇文章 3 订阅
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
    <style type="text/css">
        *{
            padding: 0;
            margin: 0;
        }
        .nav{
            height: 60px;
            /*background: #000;*/
            margin-top: 10px;
        }
        .nav-con{
            width: 800px;
            height: 60px;
            /*background: #000;*/
        }
        ul{
            list-style: none;
            /*height: 60px;*/
            text-align: center;
            font-size: 14px;
        }
        ul li{
            float: left;
            width: 60px;
            padding:10px;
            background: #ff9137;
        }
        ul li a{
            text-decoration: none ;
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            color: #2e2e2e;
            /*background: #BC7A00;*/
        }
        ul li a:hover{
            color: #2e6da4;
            /*background: #eee;*/
        }
    </style>
</head>
<body>
    <script type="application/javascript"></script>
    <div class="nav">
        <div class="nav-con">
            <ul>
                <li><a href="#">首页</a></li>
                <li><a href="#">新闻</a></li>
                <li><a href="#">音乐</a></li>
                <li><a href="#">视频</a></li>
                <li><a href="#">图片</a></li>
                <li><a href="#">地图</a></li>
            </ul>
        </div>
    </div>
</body>
</html>

鼠标滑过
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值