码迷,mamicode.com
首页 > Web开发 > 详细

css 底部

时间:2015-04-28 20:21:57      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:

  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>

css 底部

标签:

原文地址:http://www.cnblogs.com/jalja/p/4463611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!