Guest User

Untitled

a guest
Jul 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. div#mylist {
  2. display:block;
  3. }
  4. div#mylist ul{
  5. display:block;
  6. width:300px;
  7. }
  8. div#mylist ul li{
  9. width:100px
  10. background:#333;
  11. float:left;
  12. }
Add Comment
Please, Sign In to add comment