Advertisement
imranmodel32

css crop

Aug 27th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <p class="crop"><a href=""><img src=""></a></p>
  2. .crop {
  3. border: 1px solid #CCCCCC;
  4. height: 315px;
  5. margin: 0.5em 10px 2.2em 0;
  6. overflow: hidden;
  7. }
  8. .crop img {
  9. margin: -55px -15px -128px 0;
  10. width: 100%;
  11. }
  12.  
  13. http://cssglobe.com/3-easy-and-fast-css-techniques-for-faux-image/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement