Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .img_container{
  2. height:170px;
  3. width:220px;
  4. cursor:pointer;
  5. background:#fff;
  6. position:relative;
  7. -moz-box-shadow: inset 0 0 10px #000000;
  8. -webkit-box-shadow: inset 0 0 10px #000000;
  9. box-shadow: inset 0 0 10px #000000;
  10.  
  11. }
  12.  
  13. .img_container img{
  14. position:absolute;
  15. height:150px;
  16. width:200px;
  17. padding: 10px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement