Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. pic1 {
  2. position: absolute;
  3.  
  4. top: 54px;
  5. left: 510px;
  6. width: 182px;
  7. height: 300px;
  8. z-index: 20;
  9. border: 2px solid #fff;
  10. background: url(https://i.imgur.com/ymNqSbP.jpg) center;
  11. background-size: cover;
  12. -webkit-transition: all .5s ease;
  13. }
  14.  
  15.  
  16.  
  17. <div class="pic1">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement