Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .box {
  2. display: flex;
  3. flex-wrap: wrap;
  4.  
  5. .item {
  6. display: flex;
  7. margin: 10px 10px 0 0 ;
  8. flex-grow: 1;
  9.  
  10. img {
  11. flex-grow: 1;
  12. margin: 0;
  13. height: 140px;
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement