Advertisement
Shad0w

Untitled

Apr 2nd, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. div.three
  2.     {
  3.         background-image:url('three.png') no-repeat;
  4.         position:absolute;
  5.         width:313px;
  6.         height:251px;
  7.         margin-left:600px;
  8.         float:right;
  9.     }
  10. div.four
  11.     {
  12.         background-image:url('four.png') no-repeat;
  13.         position:absolute;
  14.         width:289px;
  15.         height:252px;
  16.         margin-left:300px;
  17.         float:left;
  18.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement