css 底部
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>底部</title>
- <link rel="stylesheet" type="text/css" href="../css/reset.css"/>
- <style type="text/css">
- .footer{
- width: 100%;
- height: 50px;
- background: #cccccc;
- line-height: 50px;
- text-align: center;
- }
- .footer ul{display: inline-block;}
- .footer ul li{display: inline-block;margin-right:5px;}
- .footer ul li a{color:#666666;}
- .footer ul li a:hover{color:#1E90FF;}
- </style>
- </head>
- <body>
- <footer class="footer">
- <ul>
- <li><a href=""> 关于我们</a></li>
- <li><a href=""> 安全保障</a></li>
- <li><a href=""> 战略合作:MSN中文网</a></li>
- </ul>
- </footer>
- </body>
- </html>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。