Listas horizontales


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



Copy this code and paste it in your HTML
  1. #nav ul {
  2. margin:0;
  3. padding:0;
  4. list-style:none;
  5. }
  6.  
  7. #nav li {
  8. display:inline;
  9. margin:0;
  10. padding:0;
  11. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.