Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .image-animal {
  2.     /*    border: 2px solid green;*/
  3.     align-items: center;
  4.     width: 40%;
  5.     height: 100%;
  6. }
  7.  
  8. .image-animal img {
  9.     width: 100%;
  10. }
  11.  
  12. .image-animal td {
  13.     display: table-cell;
  14.     vertical-align: middle;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement