CSS - Navigaiton


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

Navigation styling


Copy this code and paste it in your HTML
  1. nav ul {
  2. list-style:none;
  3. margin:0;
  4. padding:0;
  5. overflow:visible;
  6. height:100%;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.