Horizontal List


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



Copy this code and paste it in your HTML
  1. .horizontalul li {
  2. display: inline;
  3. list-style-type: none;
  4. padding-right: 18px;
  5. font-size:12px;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.