Liste (li) vertikal anordnen


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



Copy this code and paste it in your HTML
  1. /* HTML
  2. <ul>
  3. <li><a href="#">Link 1</a></li>
  4. <li><a href="#">Link 2</a></li>
  5. </ul>
  6. */
  7.  
  8. li {
  9. display: inline;
  10. }

URL: http://css.maxdesign.com.au/listamatic/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.