app直播源码,HTML的导航栏的代码

app直播源码,HTML的导航栏的代码

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>导航栏</title>
    <style>
        .box{
            height:40px;
            border-top: 3px solid red;
            border-bottom: 1px solid lightpink;
            text-align: center;
        }
        .box a{
            width: 80px;
            height: 40px;
            display: inline-block;
            text-align: center;
            line-height: 40px;
            font-size: 12px;
            color: #999999;
            text-decoration: none;
        }
        .box a:hover{
           
            color: black;
        }
        .mod_copyright {
            text-align: center;
            padding-top: 20px;
        }
 
        .links {
            margin-bottom: 15px;
        }
 
        .links a {
            margin: 0 3px;
        }
 
        .copyright {
            line-height: 20px;
        }
    </style>
</head>
<body>
<div>
    <a href="#">首页</a>
    <a href="#">登录</a>
    <a href="#">新闻</a>
    <a href="#">消息</a>
</div>
<div>
 
    </div>
</div>
</body>
</html>

​以上就是app直播源码,HTML的导航栏的代码, 更多内容欢迎关注之后的文章

 

posted @ 2023-06-07 14:13  云豹科技-苏凌霄  阅读(13)  评论(0编辑  收藏  举报