Navigation Style


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #navigation ul li a {
  2. color: #000000;
  3. display: block;
  4. font-size: 16px;
  5. height: 22px;
  6. padding: 12px 5px 8px 15px;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.