CSS Navigation bar

Source: Internet
Author: User

  1. <! DOCTYPE html>
  2. <meta charset= "Utf-8" >
  3. <title> Navigation bar </title>
  4. <link rel= "stylesheet" type= "Text/css" href= ". /css/reset.css "/>
  5. <style type= "Text/css" >
  6. . nav{
  7. width:100%;
  8. height:40px;
  9. Background: #000000;
  10. line-height:20px;
  11. Text-align:center;
  12. }
  13. . Nav ul{
  14. Display:inline-block;
  15. }
  16. . Nav ul li{
  17. Display:inline-block;
  18. width:60px;
  19. padding:10px;
  20. Text-align:center;
  21. Color: #fff;
  22. }
  23. . Nav ul Li a{
  24. Color: #fff;
  25. }
  26. /**
  27. * First-child Gets the first element
  28. * IE6, IE7 does not support First-child properties
  29. * */
  30. . Nav ul li:first-child{
  31. Background:dodgerblue;
  32. }
  33. . Nav ul li:hover{
  34. Background:dodgerblue;
  35. }
  36. </style>
  37. <body>
  38. <nav class= "NAV" >
  39. <ul>
  40. <li><a href= "" >home</a></li><li><a href= "" >home</a></li><li ><a href= "" >home</a></li><li><a href= "" >home</a></li><li>< A href= "" >home</a></li>
  41. </ul>
  42. </nav>
  43. </body>

CSS navigation bar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.