Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ul {
  2. /* don't need these */
  3. /*list-style:none;
  4. list-style-image:none;
  5. list-style-position:outside;*/
  6. list-style-type:none;
  7. margin:0;
  8. padding:0;
  9. }
  10.  
  11. ul li {
  12. display:inline;
  13. }
Add Comment
Please, Sign In to add comment