shaashwato1308

CSS - Image Centered & Same Height

Jan 10th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. .image_sameheight{
  2.     max-width: 100%;
  3.     height: 400px;
  4.     overflow: hidden;
  5.     margin-left: auto;
  6.     margin-right: auto;
  7. }
Add Comment
Please, Sign In to add comment