Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ul.people {
  2. position: absolute;
  3. width: 900px;
  4. height: 640px;
  5. top: 450px;
  6. right: 318px;
  7. list-style: none;
  8. overflow: hidden;
  9. }
  10.  
  11. li.man-red {
  12. width: 45px;
  13. height: 132px;
  14. background: url(../img/man_red.png) no-repeat;
  15. background-position: 3px 5px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement