Advertisement
Guest User

css

a guest
Mar 22nd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .galerija{
  2.     display: grid;
  3.     grid-template-columns: repeat(3, 400px);
  4.     grid-template-rows: repeat(3, 300px);    
  5.    
  6.  
  7.  
  8. }
  9.  
  10. .galerija_img{
  11.     width: border-box;
  12.     height: auto;
  13.     object-fit: cover;
  14.     display: block;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement