css 底部

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>底部</title>
  6. <link rel="stylesheet" type="text/css" href="../css/reset.css"/>
  7. <style type="text/css">
  8. .footer{
  9. width: 100%;
  10. height: 50px;
  11. background: #cccccc;
  12. line-height: 50px;
  13. text-align: center;
  14. }
  15. .footer ul{display: inline-block;}
  16. .footer ul li{display: inline-block;margin-right:5px;}
  17. .footer ul li a{color:#666666;}
  18. .footer ul li a:hover{color:#1E90FF;}
  19. </style>
  20. </head>
  21. <body>
  22. <footer class="footer">
  23. <ul>
  24. <li><a href=""> 关于我们</a></li>
  25. <li><a href=""> 安全保障</a></li>
  26. <li><a href=""> 战略合作:MSN中文网</a></li>
  27. </ul>
  28. </footer>
  29. </body>
  30. </html>

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。